Package | Description |
---|---|
com.codicesoftware.plugins.hudson | |
com.codicesoftware.plugins.hudson.model | |
com.codicesoftware.plugins.hudson.util | |
com.codicesoftware.plugins.jenkins.mergebot |
Modifier and Type | Method and Description |
---|---|
WorkingMode |
PlasticSCM.getWorkingMode() |
WorkingMode |
PlasticSCMStep.getWorkingMode() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
PlasticSCM.DescriptorImpl.doCheckCredentialsId(hudson.model.Item item,
String value,
String selector,
WorkingMode workingMode) |
hudson.util.FormValidation |
PlasticSCMStep.DescriptorImpl.doCheckCredentialsId(hudson.model.Item item,
String value,
String server,
WorkingMode workingMode) |
void |
PlasticSCMStep.setWorkingMode(WorkingMode workingMode) |
Constructor and Description |
---|
ClientConfigurationArguments(WorkingMode workingMode,
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials,
String server) |
PlasticSCM(String selector,
CleanupMethod cleanup,
WorkingMode workingMode,
String credentialsId,
boolean useMultipleWorkspaces,
List<PlasticSCM.WorkspaceInfo> additionalWorkspaces,
boolean pollOnController,
String directory) |
Modifier and Type | Method and Description |
---|---|
static WorkingMode |
WorkingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkingMode[] |
WorkingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static hudson.util.FormValidation |
FormChecker.doCheckCredentialsId(hudson.model.Item item,
String value,
String server,
WorkingMode workingMode) |
Modifier and Type | Method and Description |
---|---|
WorkingMode |
MergebotScmStep.getWorkingMode() |
WorkingMode |
MergebotScm.getWorkingMode() |
Modifier and Type | Method and Description |
---|---|
void |
MergebotScmStep.setWorkingMode(WorkingMode workingMode) |
Constructor and Description |
---|
MergebotScm(CleanupMethod cleanup,
WorkingMode workingMode,
String credentialsId,
String specAttributeName) |
Copyright © 2016–2023. All rights reserved.