github.com/vanadium-archive/go.jiri@v0.0.0-20160715023856-abfb8b131290/jenkins/.api (about)

     1  pkg jenkins, func GenBuildSpec(string, map[string]string, string) string
     2  pkg jenkins, func New(string) (*Jenkins, error)
     3  pkg jenkins, func NewForTesting() *Jenkins
     4  pkg jenkins, method (*BuildInfo) ParseRefs() string
     5  pkg jenkins, method (*Jenkins) AddBuild(string) error
     6  pkg jenkins, method (*Jenkins) AddBuildWithParameter(string, url.Values) error
     7  pkg jenkins, method (*Jenkins) AddNodeToJenkins(string, string, string, string) error
     8  pkg jenkins, method (*Jenkins) BuildInfo(string, int) (*BuildInfo, error)
     9  pkg jenkins, method (*Jenkins) BuildInfoForSpec(string) (*BuildInfo, error)
    10  pkg jenkins, method (*Jenkins) CancelOngoingBuild(string, int) error
    11  pkg jenkins, method (*Jenkins) CancelQueuedBuild(string) error
    12  pkg jenkins, method (*Jenkins) FailedTestCasesForBuildSpec(string) ([]TestCase, error)
    13  pkg jenkins, method (*Jenkins) IsNodeIdle(string) (bool, error)
    14  pkg jenkins, method (*Jenkins) LastCompletedBuildStatus(string, map[string]string) (*BuildInfo, error)
    15  pkg jenkins, method (*Jenkins) MockAPI(string, string)
    16  pkg jenkins, method (*Jenkins) OngoingBuilds(string) ([]BuildInfo, error)
    17  pkg jenkins, method (*Jenkins) QueuedBuilds(string) ([]QueuedBuild, error)
    18  pkg jenkins, method (*Jenkins) RemoveNodeFromJenkins(string) error
    19  pkg jenkins, method (*QueuedBuild) ParseRefs() string
    20  pkg jenkins, method (TestCase) Equal(TestCase) bool
    21  pkg jenkins, type BuildInfo struct
    22  pkg jenkins, type BuildInfo struct, Actions []BuildInfoAction
    23  pkg jenkins, type BuildInfo struct, Building bool
    24  pkg jenkins, type BuildInfo struct, Id string
    25  pkg jenkins, type BuildInfo struct, Number int
    26  pkg jenkins, type BuildInfo struct, Result string
    27  pkg jenkins, type BuildInfo struct, Timestamp int64
    28  pkg jenkins, type BuildInfoAction struct
    29  pkg jenkins, type BuildInfoAction struct, Parameters []BuildInfoParameter
    30  pkg jenkins, type BuildInfoParameter struct
    31  pkg jenkins, type BuildInfoParameter struct, Name string
    32  pkg jenkins, type BuildInfoParameter struct, Value string
    33  pkg jenkins, type Jenkins struct
    34  pkg jenkins, type JenkinsMachine struct
    35  pkg jenkins, type JenkinsMachine struct, Idle bool
    36  pkg jenkins, type JenkinsMachine struct, Name string
    37  pkg jenkins, type JenkinsMachines struct
    38  pkg jenkins, type JenkinsMachines struct, Machines []JenkinsMachine
    39  pkg jenkins, type QueuedBuild struct
    40  pkg jenkins, type QueuedBuild struct, Id int
    41  pkg jenkins, type QueuedBuild struct, Params string
    42  pkg jenkins, type QueuedBuild struct, Task QueuedBuildTask
    43  pkg jenkins, type QueuedBuildTask struct
    44  pkg jenkins, type QueuedBuildTask struct, Name string
    45  pkg jenkins, type TestCase struct
    46  pkg jenkins, type TestCase struct, ClassName string
    47  pkg jenkins, type TestCase struct, Name string
    48  pkg jenkins, type TestCase struct, Status string