| Package | Description |
|---|---|
| hudson.plugins.git |
| Modifier and Type | Method and Description |
|---|---|
Collection<SubmoduleConfig> |
GitSCM.getSubmoduleCfg() |
| Modifier and Type | Method and Description |
|---|---|
void |
GitSCM.setSubmoduleCfg(Collection<SubmoduleConfig> submoduleCfg) |
| Constructor and Description |
|---|
GitSCM(List<org.eclipse.jgit.transport.RemoteConfig> repositories,
List<BranchSpec> branches,
PreBuildMergeOptions mergeOptions,
boolean doGenerateSubmoduleConfigurations,
Collection<SubmoduleConfig> submoduleCfg,
boolean clean,
boolean wipeOutWorkspace,
BuildChooser buildChooser,
GitRepositoryBrowser browser,
String gitTool,
boolean authorOrCommitter,
String excludedRegions,
String excludedUsers,
String localBranch,
boolean recursiveSubmodules,
boolean pruneBranches,
boolean remotePoll,
String gitConfigName,
String gitConfigEmail,
boolean skipTag)
Deprecated.
|
GitSCM(List<org.eclipse.jgit.transport.RemoteConfig> repositories,
List<BranchSpec> branches,
PreBuildMergeOptions mergeOptions,
boolean doGenerateSubmoduleConfigurations,
Collection<SubmoduleConfig> submoduleCfg,
boolean clean,
boolean wipeOutWorkspace,
BuildChooser buildChooser,
GitRepositoryBrowser browser,
String gitTool,
boolean authorOrCommitter,
String excludedRegions,
String excludedUsers,
String localBranch,
boolean recursiveSubmodules,
boolean pruneBranches,
boolean remotePoll,
String gitConfigName,
String gitConfigEmail,
boolean skipTag,
String includedRegions)
Deprecated.
|
GitSCM(List<org.eclipse.jgit.transport.RemoteConfig> repositories,
List<BranchSpec> branches,
PreBuildMergeOptions mergeOptions,
boolean doGenerateSubmoduleConfigurations,
Collection<SubmoduleConfig> submoduleCfg,
boolean clean,
boolean wipeOutWorkspace,
BuildChooser buildChooser,
GitRepositoryBrowser browser,
String gitTool,
boolean authorOrCommitter,
String excludedRegions,
String excludedUsers,
String localBranch,
boolean recursiveSubmodules,
boolean pruneBranches,
boolean remotePoll,
String gitConfigName,
String gitConfigEmail,
boolean skipTag,
String includedRegions,
boolean ignoreNotifyCommit) |
GitSCM(List<org.eclipse.jgit.transport.RemoteConfig> repositories,
List<BranchSpec> branches,
PreBuildMergeOptions mergeOptions,
boolean doGenerateSubmoduleConfigurations,
Collection<SubmoduleConfig> submoduleCfg,
boolean clean,
boolean wipeOutWorkspace,
BuildChooser buildChooser,
GitRepositoryBrowser browser,
String gitTool,
boolean authorOrCommitter,
String relativeTargetDir,
String excludedRegions,
String excludedUsers,
String localBranch,
boolean recursiveSubmodules,
boolean pruneBranches,
boolean remotePoll,
String gitConfigName,
String gitConfigEmail,
boolean skipTag)
Deprecated.
|
SubmoduleCombinator(IGitAPI git,
hudson.model.TaskListener listener,
File workspace,
Collection<SubmoduleConfig> cfg) |
Copyright © 2004-2015 Hudson. All Rights Reserved.