|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<hudson.scm.SCM>
hudson.scm.SCMDescriptor<CCUCMScm>
net.praqma.hudson.scm.CCUCMScm.CCUCMScmDescriptor
@Extension public static class CCUCMScm.CCUCMScmDescriptor
This class is used to describe the plugin to Hudson
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.scm.SCMDescriptor |
---|
generation, repositoryBrowser |
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
CCUCMScm.CCUCMScmDescriptor()
|
Method Summary | |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
This method is called, when the user saves the global Hudson configuration. |
hudson.util.FormValidation |
doCheckTemplate(String value)
|
hudson.util.FormValidation |
doExecutableCheck(String value)
This method is called by the scm/CCUCM/global.jelly to validate the input without reloading the global configuration page |
void |
doLevelCheck(String polling,
String level)
|
String |
getDisplayName()
This is called by Hudson to discover the plugin name |
List<String> |
getLevels()
Used by Hudson to display a list of valid promotion levels to build from. |
List<String> |
getLoadModules()
Used by Hudson to display a list of loadModules (whether to poll all or only modifiable elements |
boolean |
getMultisitePolling()
|
boolean |
getSlavePolling()
|
CCUCMScm |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
Methods inherited from class hudson.scm.SCMDescriptor |
---|
getBrowserDescriptors, isApplicable, isBrowserReusable, load |
Methods inherited from class hudson.model.Descriptor |
---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CCUCMScm.CCUCMScmDescriptor()
Method Detail |
---|
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 boolean getSlavePolling()
public boolean getMultisitePolling()
public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.model.Descriptor<hudson.scm.SCM>
public hudson.util.FormValidation doExecutableCheck(@QueryParameter String value)
value
-
public hudson.util.FormValidation doCheckTemplate(@QueryParameter String value) throws hudson.util.FormValidation
hudson.util.FormValidation
public void doLevelCheck(@QueryParameter String polling, @QueryParameter String level) throws hudson.util.FormValidation
hudson.util.FormValidation
public CCUCMScm 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 List<String> getLevels()
public List<String> getLoadModules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |