Serialized Form
|
Package hudson.plugins.git |
serialVersionUID: 1L
serialVersionUID: -6177158367915899356L
name
String name
serialVersionUID: 1L
serialVersionUID: 1L
sha1
org.spearce.jgit.lib.ObjectId sha1
name
String name
serialVersionUID: 1L
readResolve
private Object readResolve()
- Handles migration from earlier version - if we were pushing merges, we'll be
instantiated but tagsToPush will be null rather than empty.
configVersion
Long configVersion
- Store a config version so we're able to migrate config on various
functionality upgrades.
pushMerge
boolean pushMerge
pushOnlyIfSuccess
boolean pushOnlyIfSuccess
tagsToPush
List<E> tagsToPush
branchesToPush
List<E> branchesToPush
branchName
String branchName
serialVersionUID: 1L
targetRepoName
String targetRepoName
tagName
String tagName
createTag
boolean createTag
serialVersionUID: 1L
readResolve
public Object readResolve()
configVersion
Long configVersion
- Store a config version so we're able to migrate config on various
functionality upgrades.
remoteRepositories
List<E> remoteRepositories
- All the remote repositories that we know about.
branches
List<E> branches
- All the branches that we wish to care about building.
localBranch
String localBranch
- Optional local branch to work on.
mergeOptions
PreBuildMergeOptions mergeOptions
- Options for merging before a build.
recursiveSubmodules
boolean recursiveSubmodules
- Use --recursive flag on submodule commands - requires git>=1.6.5
doGenerateSubmoduleConfigurations
boolean doGenerateSubmoduleConfigurations
authorOrCommitter
boolean authorOrCommitter
clean
boolean clean
wipeOutWorkspace
boolean wipeOutWorkspace
pruneBranches
boolean pruneBranches
buildChooser
BuildChooser buildChooser
gitTool
String gitTool
browser
GitRepositoryBrowser browser
submoduleCfg
Collection<E> submoduleCfg
relativeTargetDir
String relativeTargetDir
excludedRegions
String excludedRegions
excludedUsers
String excludedUsers
gitConfigName
String gitConfigName
gitConfigEmail
String gitConfigEmail
skipTag
boolean skipTag
serialVersionUID: -7203898556389073882L
sha1
org.spearce.jgit.lib.ObjectId sha1
branches
Collection<E> branches
serialVersionUID: 1L
commit
String commit
- SHA1, ref name, etc. that can be "git rev-parse"d into a specific commit.
serialVersionUID: 1L
submoduleName
String submoduleName
branches
String[] branches
serialVersionUID: 1L
commitSHA1
String commitSHA1
commitMessage
String commitMessage
|
Package hudson.plugins.git.browser |
serialVersionUID: 1L
url
URL url
serialVersionUID: 1L
serialVersionUID: 1L
url
URL url
serialVersionUID: 1L
url
URL url
|
Package hudson.plugins.git.opt |
serialVersionUID: 2L
mergeRemote
org.spearce.jgit.transport.RemoteConfig mergeRemote
- Remote repository that contains the ref.
mergeTarget
String mergeTarget
- Remote ref to merge.
|
Package hudson.plugins.git.util |
serialVersionUID: 1L
revision
Revision revision
- Revision marked as being built.
mergeRevision
Revision mergeRevision
- Revision that was subject to a merge.
hudsonBuildNumber
int hudsonBuildNumber
hudsonBuildResult
hudson.model.Result hudsonBuildResult
serialVersionUID: 1L
serialVersionUID: 1L
readResolve
public Object readResolve()
buildsByBranchName
Map<K,V> buildsByBranchName
- Map of branch name -> build (Branch name to last built SHA1).
This map contains all the branches we've built in the past (including the build that this
BuildData
is attached to)
lastBuild
Build lastBuild
- The last build that we did (among the values in
BuildData.buildsByBranchName.)
Copyright © 2004-2011 Hudson. All Rights Reserved.