Documentation
¶
Index ¶
- type Build
- type Server
- func (s Server) AddTags(buildID int, tags []string) error
- func (s Server) BuildLog(buildID int) (int, string, error)
- func (s Server) BuildQueue(buildID int) (int, string, error)
- func (s Server) BuildState(buildID int) (int, string, error)
- func (s Server) CheckBuildLogStatus(statusCode int, buildID int) error
- func (s Server) GetBuildsForPR(buildTypeID string, pr int, latest, wait bool, queueTimeout, runTimeout int) (*[]Build, error)
- func (s Server) RunBuild(buildTypeID, buildProperties, branch string, testRegEx string, skipQueue bool) (int, string, error)
- func (s Server) TriggerBuild(buildTypeID, branch string, testPattern, buildProperties string, ...) (int, string, error)
- func (s Server) WaitForBuild(buildID int, queueTimeout, runTimeout int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Server string
User *string
Pass *string
// contains filtered or unexported fields
}
func NewServerUsingBasicAuth ¶
func NewServerUsingTokenAuth ¶
func (Server) CheckBuildLogStatus ¶
func (Server) GetBuildsForPR ¶
Click to show internal directories.
Click to hide internal directories.