@Extension(optional=true)
@Symbol(value="p4sync")
public static final class P4Step.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
defaultFormat |
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckCredential(hudson.model.Item project,
String value) |
hudson.util.ListBoxModel |
doFillCharsetItems() |
hudson.util.ListBoxModel |
doFillCredentialItems(hudson.model.Item project,
String credential)
A list of Perforce credential items
|
String |
getDisplayName() |
String |
getFunctionName() |
getExecutionType, getRequiredContext
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final String defaultFormat
public hudson.util.ListBoxModel doFillCredentialItems(@AncestorInPath hudson.model.Item project, @QueryParameter String credential)
project
- Jenkins Itemcredential
- Perforce Credentialpublic hudson.util.FormValidation doCheckCredential(@AncestorInPath hudson.model.Item project, @QueryParameter String value)
public hudson.util.ListBoxModel doFillCharsetItems()
public String getFunctionName()
getFunctionName
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
Copyright © 2016–2019. All rights reserved.