The highest tagged major version is
v2.
package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Jan 22, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetMatchingBranch does a fuzzy search on all loaded branches. If there are multiple matching branches, it fails.
InitBranchWatcher will load the current branches each X from the configured VCS -> e.g. used for branch lookup for Jenkins parameters
type BranchFetcher interface {
LoadBranches() ([]string, error)
}
BranchFetcher loads a list of all available branch names in a repository
Source Files
¶
Click to show internal directories.
Click to hide internal directories.