Package hudson.plugins.git.util
-
Interface Summary Interface Description BuildChooserContext Provides access to the model object on the controller forBuildChooser
.BuildChooserContext.ContextCallable<P,T> -
Class Summary Class Description AncestryBuildChooser AncestryBuildChooser.DescriptorImpl Build Remembers which build built whichRevision
.BuildChooser Interface defining an API to choose which revisions ought to be considered for building.BuildChooserDescriptor BuildData Captures the Git related information for a build.CommitTimeComparator ComparesRevision
by their timestamps.DefaultBuildChooser DefaultBuildChooser.DescriptorImpl GitUtils InverseBuildChooser Git build chooser which will select all branches except for those which match the configured branch specifiers.InverseBuildChooser.DescriptorImpl MergeRecord WhenGitSCM
is configured to track another branch by merging it to the current commit for every build, thisAction
onAbstractBuild
remembers the state of the branch that was merged.RevCommitRepositoryCallback RetrievesRevCommit
from givenBuild
revision.