Code Monkey home page Code Monkey logo

graphql-server-plugin's Introduction

Graphql Server Plugin

Build Status

A graphql implementation for jenkins.

WARNING: This is currently a work in progress

"Feature Complete" query

query allItems {
  allItems {
    name
    id
    _class
    actions {
      _class
    }
    description
    displayName
    fullDisplayName
    url
    ... on hudson_model_Job {
      allBuilds {
        _class
        id
        actions {
          _class
          ... on hudson_tasks_junit_TestResultAction {
            _class
            failCount
            skipCount
            totalCount
            urlName
          }
          ... on hudson_model_CauseAction {
            causes {
              _class
              shortDescription
              ... on hudson_model_Cause_UserIdCause {
                userId
                userName
              }
            }
          }
        }
        artifacts {
          _class
          displayPath
          fileName
          relativePath
        }
        building
        duration
        estimatedDuration
        executor {
          _class
          currentExecutable {
            _class
          }
          idle
          likelyStuck
          number
          progress
        }
        fingerprint {
          _class
          fileName
          hash
          timestamp
        }
        keepLog
        number
        queueId
        result
        timestamp
      }
    }
  }
  allUsers {
    _class
    absoluteUrl
    description
    fullName
    id
    property {
      _class
    }
  }
  whoAmI {
    anonymous
    authenticated
    authorities
    details
    name
    toString
  }
}

// FieldCoordinates coordinates = FieldCoordinates.coordinates(parentType, field); // environment.getCodeRegistry().dataFetcher(coordinates, dataFetcher);

graphql-server-plugin's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar halkeye avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.