@Extension public static class PerforceScm.DescriptorImpl extends hudson.scm.SCMDescriptor<PerforceScm>
Constructor and Description |
---|
PerforceScm.DescriptorImpl()
public no-argument constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
The configure method is invoked when the global configuration page is
submitted.
|
hudson.util.FormValidation |
doCheckCredential(String value) |
hudson.util.ListBoxModel |
doFillCredentialItems()
Credentials list, a Jelly config method for a build job.
|
String |
getDisplayName()
Returns the name of the SCM, this is the name that will show up next
to CVS and Subversion when configuring a job.
|
hudson.scm.SCM |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
getBrowserDescriptors, isApplicable, isBrowserReusable, load
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public PerforceScm.DescriptorImpl()
public hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.scm.SCM>
hudson.model.Descriptor.FormException
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.scm.SCM>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.scm.SCM>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillCredentialItems()
public hudson.util.FormValidation doCheckCredential(@QueryParameter String value)
Copyright © 2004-2015. All Rights Reserved.