Documentation ¶
Index ¶
- Constants
- func BuildExpression(commitID string) *buildScriptByCommitID
- func CreateProject(owner, project string, private bool, expr []byte, description string) *createProject
- func Evaluate(owner, project, commitId, target string) *evaluate
- func MergeCommit(owner, project, targetRef, otherRef string, strategy types.MergeStrategy) *mergeCommit
- func ProjectCommit(commitID, organization, project string, target *string) *projectCommit
- func RevertCommit(organization, project, targetVcsRef, commitID string) *revertCommit
- func StageCommit(owner, project, parentCommit, description string, atTime *time.Time, ...) *buildPlanByStageCommit
Constants ¶
View Source
const TargetAll = "__all__"
Variables ¶
This section is empty.
Functions ¶
func BuildExpression ¶
func BuildExpression(commitID string) *buildScriptByCommitID
func CreateProject ¶
func MergeCommit ¶
func MergeCommit(owner, project, targetRef, otherRef string, strategy types.MergeStrategy) *mergeCommit
func ProjectCommit ¶
func RevertCommit ¶
func RevertCommit(organization, project, targetVcsRef, commitID string) *revertCommit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.