@Extension(optional=true)
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.model.AutoCompletionCandidates |
doAutoCompleteStream(String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteTemplate(String value) |
hudson.util.FormValidation |
doCheckCredential(hudson.model.Item project,
String value) |
hudson.util.FormValidation |
doCheckPath(String value,
String stream,
String template) |
hudson.util.FormValidation |
doCheckStream(String value,
String template,
String path) |
hudson.util.FormValidation |
doCheckTemplate(String value,
String stream,
String path) |
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, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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.model.AutoCompletionCandidates doAutoCompleteStream(@QueryParameter String value)
public hudson.model.AutoCompletionCandidates doAutoCompleteTemplate(@QueryParameter String value)
public hudson.util.FormValidation doCheckStream(@QueryParameter String value, @QueryParameter String template, @QueryParameter String path)
public hudson.util.FormValidation doCheckTemplate(@QueryParameter String value, @QueryParameter String stream, @QueryParameter String path)
public hudson.util.FormValidation doCheckPath(@QueryParameter String value, @QueryParameter String stream, @QueryParameter String template)
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–2017. All rights reserved.