Documentation ¶
Index ¶
- func Healthz(request *restful.Request, response *restful.Response)
- type API
- type Build
- type Job
- type Project
- func (api Project) Builds(request *restful.Request, response *restful.Response)
- func (api Project) Get(request *restful.Request, response *restful.Response)
- func (api Project) List(request *restful.Request, response *restful.Response)
- func (api Project) ListWithLatestBuild(request *restful.Request, response *restful.Response)
- type ProjectBuildSummary
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API represents the rest api handlers.
type Build ¶
type Build struct {
// contains filtered or unexported fields
}
Build represents the build api handlers.
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
Job represents the job api handlers.
type Project ¶
type Project struct {
// contains filtered or unexported fields
}
Project represents the project api handlers.
Click to show internal directories.
Click to hide internal directories.