@Extension
public static final class JbpmUrlResourceBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
JbpmUrlResourceBuilder. Used as a singleton. The
class is marked as public so that it can be accessed from views.| Constructor and Description |
|---|
JbpmUrlResourceBuilder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Saves global configuration.
|
hudson.util.FormValidation |
doCheckProcessId(String value)
Performs on-the-fly validation of the form field 'processId'.
|
hudson.util.FormValidation |
doCheckUrl(String value)
Performs on-the-fly validation of the form field 'url'.
|
String |
getDisplayName()
This human readable name is used in the configuration screen when
selecting a new build step.
|
String |
getGuvnorPassword() |
String |
getGuvnorUserName() |
String |
getTaskServiceAddress() |
Integer |
getTaskServicePort() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
Indicates that this builder can be used with all kinds of project
types.
|
boolean |
isPersistenceEnabled()
Used to load current value for global configuration screen.
|
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, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic JbpmUrlResourceBuilder.DescriptorImpl()
public hudson.util.FormValidation doCheckUrl(@QueryParameter
String value)
value - This parameter receives the url string.public hudson.util.FormValidation doCheckProcessId(@QueryParameter
String value)
value - This parameter receives the processId string.public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic boolean isPersistenceEnabled()
public String getGuvnorUserName()
public String getGuvnorPassword()
public String getTaskServiceAddress()
public Integer getTaskServicePort()
Copyright © 2004-2013. All Rights Reserved.