Documentation
¶
Index ¶
- func Complement(cfg *config.Config) error
- type GoogleCloudBuild
- func (cb *GoogleCloudBuild) Branch() string
- func (cb *GoogleCloudBuild) ID() string
- func (cb *GoogleCloudBuild) IsPR() bool
- func (cb *GoogleCloudBuild) JobURL() string
- func (cb *GoogleCloudBuild) Match() bool
- func (cb *GoogleCloudBuild) PRBaseBranch() string
- func (cb *GoogleCloudBuild) PRNumber() (int, error)
- func (cb *GoogleCloudBuild) Ref() string
- func (cb *GoogleCloudBuild) RepoName() string
- func (cb *GoogleCloudBuild) RepoOwner() string
- func (cb *GoogleCloudBuild) SHA() string
- func (cb *GoogleCloudBuild) Tag() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complement ¶
Types ¶
type GoogleCloudBuild ¶
type GoogleCloudBuild struct {
// contains filtered or unexported fields
}
func NewGoogleCloudBuild ¶
func NewGoogleCloudBuild(param *cienv.Param) *GoogleCloudBuild
func (*GoogleCloudBuild) Branch ¶
func (cb *GoogleCloudBuild) Branch() string
func (*GoogleCloudBuild) ID ¶
func (cb *GoogleCloudBuild) ID() string
func (*GoogleCloudBuild) IsPR ¶
func (cb *GoogleCloudBuild) IsPR() bool
func (*GoogleCloudBuild) JobURL ¶
func (cb *GoogleCloudBuild) JobURL() string
func (*GoogleCloudBuild) Match ¶
func (cb *GoogleCloudBuild) Match() bool
func (*GoogleCloudBuild) PRBaseBranch ¶
func (cb *GoogleCloudBuild) PRBaseBranch() string
func (*GoogleCloudBuild) PRNumber ¶
func (cb *GoogleCloudBuild) PRNumber() (int, error)
func (*GoogleCloudBuild) Ref ¶
func (cb *GoogleCloudBuild) Ref() string
func (*GoogleCloudBuild) RepoName ¶
func (cb *GoogleCloudBuild) RepoName() string
func (*GoogleCloudBuild) RepoOwner ¶
func (cb *GoogleCloudBuild) RepoOwner() string
func (*GoogleCloudBuild) SHA ¶
func (cb *GoogleCloudBuild) SHA() string
func (*GoogleCloudBuild) Tag ¶
func (cb *GoogleCloudBuild) Tag() string
Click to show internal directories.
Click to hide internal directories.