package
Version:
v1.0.18
Opens a new window with list of versions in this module.
Published: Aug 5, 2016
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
API is a Screwdriver API endpoint
New returns a new API object
type Build struct {
ID string `json:"id"`
JobID string `json:"jobId"`
}
Build is a Screwdriver Build
type Job struct {
ID string `json:"id"`
PipelineID string `json:"pipelineId"`
}
Job is a Screwdriver Job
type Pipeline struct {
ID string `json:"id"`
ScmURL string `json:"scmUrl"`
}
Pipeline is a Screwdriver Pipeline definition
type SDError struct {
StatusCode int `json:"statusCode"`
Reason string `json:"error"`
Message string `json:"message"`
}
SDError is an error response from the Screwdriver API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.