public abstract class P4ScmSourceDescriptor
extends jenkins.scm.api.SCMSourceDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
defaultFormat |
Constructor and Description |
---|
P4ScmSourceDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckCredential(hudson.model.Item project,
String value) |
hudson.util.FormValidation |
doCheckIncludes(String value) |
hudson.util.ListBoxModel |
doFillCharsetItems() |
hudson.util.ListBoxModel |
doFillCredentialItems(hudson.model.Item project,
String credential)
Credentials list, a Jelly config method for a build job.
|
List<hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>>> |
getBrowserDescriptors() |
String |
getDisplayName() |
createCategories, forOwner, forOwner, forOwner, forOwner, getCategories, getIconClassName, getId, getPronoun, isApplicable, isUserInstantiable
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 String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<jenkins.scm.api.SCMSource>
public hudson.util.ListBoxModel doFillCredentialItems(@AncestorInPath hudson.model.Item project, @QueryParameter String credential)
project
- Jenkins project itemcredential
- Perforce credential IDpublic hudson.util.FormValidation doCheckCredential(@AncestorInPath hudson.model.Item project, @QueryParameter String value)
public hudson.util.ListBoxModel doFillCharsetItems()
public List<hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>>> getBrowserDescriptors()
public hudson.util.FormValidation doCheckIncludes(@QueryParameter String value)
Copyright © 2016–2017. All rights reserved.