Documentation ¶
Index ¶
- Constants
- func BuildComponentVersion(versioner ProjectVersioner, componentCheckSum string) (string, error)
- func GenerateComponentHash(hashes []string, dryRun bool) string
- func GenerateManifestHash(r *releasetypes.ReleaseConfig, manifestArtifact *releasetypes.ManifestArtifact) (string, error)
- func NewCliVersioner(cliVersion, pathToProject string) *cliVersioner
- type ProjectVersioner
- type Versioner
- type VersionerWithGITTAG
Constants ¶
View Source
const FakeComponentChecksum = "abcdef1"
Variables ¶
This section is empty.
Functions ¶
func BuildComponentVersion ¶
func BuildComponentVersion(versioner ProjectVersioner, componentCheckSum string) (string, error)
func GenerateComponentHash ¶
func GenerateManifestHash ¶
func GenerateManifestHash(r *releasetypes.ReleaseConfig, manifestArtifact *releasetypes.ManifestArtifact) (string, error)
func NewCliVersioner ¶
func NewCliVersioner(cliVersion, pathToProject string) *cliVersioner
Types ¶
type ProjectVersioner ¶
type ProjectVersioner interface {
// contains filtered or unexported methods
}
type Versioner ¶
type Versioner struct {
// contains filtered or unexported fields
}
func NewVersioner ¶
type VersionerWithGITTAG ¶
type VersionerWithGITTAG struct { Versioner // contains filtered or unexported fields }
func NewMultiProjectVersionerWithGITTAG ¶
func NewMultiProjectVersionerWithGITTAG(repoSource, pathToRootFolder, pathToMainProject, sourcedFromBranch string, releaseConfig *releasetypes.ReleaseConfig) *VersionerWithGITTAG
func NewVersionerWithGITTAG ¶
func NewVersionerWithGITTAG(repoSource, pathToProject, sourcedFromBranch string, releaseConfig *releasetypes.ReleaseConfig) *VersionerWithGITTAG
Click to show internal directories.
Click to hide internal directories.