Class Build
- All Implemented Interfaces:
Serializable
,Cloneable
Revision
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
hudson.plugins.git.Revision
Revision in the repository marked as built.hudson.plugins.git.Revision
Revision that was actually built. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
marked
public hudson.plugins.git.Revision markedRevision in the repository marked as built.This field is used to avoid doing the same build twice, by (normally) recording the commit in the upstream repository that initiated the build.
For simple use cases, this value is normally the same as
revision
. Where this gets different is when a revision to checkout is decorated and differs from the commit found in the repository (for example, a merge before a build.) In such a situation, we need to remember the commit that came from the upstream so that future polling and build will not attempt to do another build from the same upstream commit.In some other kind of speculative merging, such as github pull request build, this field should point to the same value as
revision
, as we want to be able to build two pull requests rooted at the same commit in the base repository. -
revision
public hudson.plugins.git.Revision revisionRevision that was actually built.This points to the commit that was checked out to the workspace when
GitSCM.checkout(hudson.model.Run<?, ?>, hudson.Launcher, hudson.FilePath, hudson.model.TaskListener, java.io.File, hudson.scm.SCMRevisionState)
left. -
hudsonBuildNumber
public int hudsonBuildNumber -
hudsonBuildResult
-
-
Constructor Details
-
Build
public Build(hudson.plugins.git.Revision marked, hudson.plugins.git.Revision revision, int buildNumber, Result result) -
Build
-
-
Method Details
-
getSHA1
public org.eclipse.jgit.lib.ObjectId getSHA1() -
getRevision
@Exported public hudson.plugins.git.Revision getRevision() -
getMarked
@Exported public hudson.plugins.git.Revision getMarked() -
getBuildNumber
@Exported public int getBuildNumber() -
getBuildResult
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-
isFor
-
readResolve
- Throws:
IOException
-