Class P4Step.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.StepDescriptor
-
- org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor
-
- org.jenkinsci.plugins.p4.workflow.P4Step.DescriptorImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
Fields Modifier and Type Field Description static String
defaultFormat
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckCredential(Item project, String value)
ListBoxModel
doFillCharsetItems()
ListBoxModel
doFillCredentialItems(Item project, String credential)
A list of Perforce credential itemsString
getDisplayName()
String
getFunctionName()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor
getRequiredContext
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Field Detail
-
defaultFormat
public static final String defaultFormat
- See Also:
- Constant Field Values
-
-
Method Detail
-
doFillCredentialItems
public ListBoxModel doFillCredentialItems(@AncestorInPath Item project, @QueryParameter String credential)
A list of Perforce credential items- Parameters:
project
- Jenkins Itemcredential
- Perforce Credential- Returns:
- A list of Perforce credential items to populate the jelly Select list.
-
doCheckCredential
public FormValidation doCheckCredential(@AncestorInPath Item project, @QueryParameter String value)
-
doFillCharsetItems
public ListBoxModel doFillCharsetItems()
-
getFunctionName
public String getFunctionName()
- Specified by:
getFunctionName
in classorg.jenkinsci.plugins.workflow.steps.StepDescriptor
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<org.jenkinsci.plugins.workflow.steps.Step>
-
-