Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gitlab ¶
type Gitlab struct { Username string `json:"username"` Token string `json:"token"` Host string `json:"host"` Client *gitlab.Client `json:"client"` Project *gitlab.Project `json:"project"` }
func (*Gitlab) GetBranches ¶
func (*Gitlab) GetCommitIds ¶
func (*Gitlab) GetProject ¶
@projectName: ops/java-demo
func (*Gitlab) GitlabClient ¶
type Jenkins ¶
type Jenkins struct { Server *gojenkins.Jenkins Username string `json:"username"` // admin Token string `json:"token"` // 11dc2e1df59b44ac920d420e40c08e3e56 Host string `json:"host"` // "http://localhost:8080/" }
func NewJenkins ¶
func (*Jenkins) GetJenkins ¶
Click to show internal directories.
Click to hide internal directories.