Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitJobComplete ¶
Types ¶
type BuildNumber ¶
type BuildNumber struct {
Number int `json:"number"`
}
type JobHandler ¶
func (*JobHandler) Execute ¶
func (jh *JobHandler) Execute()
func (*JobHandler) MainPage ¶
func (jh *JobHandler) MainPage() echo.HandlerFunc
func (*JobHandler) Update ¶
func (jh *JobHandler) Update() echo.HandlerFunc
func (*JobHandler) WebSocket ¶
func (jh *JobHandler) WebSocket() echo.HandlerFunc
type WaitJson ¶
type WaitJson struct {
InQueue bool `json:"inQueue"`
LastBuild BuildNumber `json:"lastBuild"`
LastCompletedBuild BuildNumber `json:"lastCompletedBuild"`
}
Click to show internal directories.
Click to hide internal directories.