public final class XMSPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
XMSPublisher
. Used as a singleton.
The class is marked as public so that it can be accessed from views.
See src/main/resources/com/viltgroup/xcp/jenkins/XMSPublisher/*.jelly for the actual HTML fragment for the configuration screen.
Constructor and Description |
---|
XMSPublisherDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckBatchSize(String batchSize)
Performs on-the-fly validation of the form field 'batchSize'.
|
hudson.util.FormValidation |
doCheckEnvironment(String environment)
Performs on-the-fly validation of the form field 'environment'.
|
hudson.util.FormValidation |
doCheckWorkPath(String workPath)
Performs on-the-fly validation of the form field 'workPath'.
|
hudson.util.FormValidation |
doCheckXcpAppConfigPath(String xcpAppConfigPath)
Performs on-the-fly validation of the form field 'xcpAppConfigPath'.
|
hudson.util.FormValidation |
doCheckXcpAppPackagePath(String xcpAppPackagePath)
Performs on-the-fly validation of the form field 'xcpAppPackagePath'.
|
hudson.util.FormValidation |
doCheckXmsServerHost(String xmsServerHost)
Performs on-the-fly validation of the form field 'xmsServerHost'.
|
hudson.util.FormValidation |
doCheckXmsServerPort(String xmsServerPort)
Performs on-the-fly validation of the form field 'xmsServerPort'.
|
hudson.util.FormValidation |
doCheckXmsUsername(String xmsUsername)
Performs on-the-fly validation of the form field 'xmsUsername'.
|
hudson.util.FormValidation |
doChecXxmsPassword(String xmsPassword)
Performs on-the-fly validation of the form field 'xmsPassword'.
|
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
List<XcpEnvironmentInstance> |
getXcpEnvironmentInstances() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public List<XcpEnvironmentInstance> getXcpEnvironmentInstances()
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
newInstance
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public hudson.util.FormValidation doCheckXcpAppPackagePath(@QueryParameter String xcpAppPackagePath)
xcpAppPackagePath
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckXcpAppConfigPath(@QueryParameter String xcpAppConfigPath)
xcpAppConfigPath
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckEnvironment(@QueryParameter String environment)
environment
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckBatchSize(@QueryParameter String batchSize)
batchSize
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckXmsUsername(@QueryParameter String xmsUsername)
xmsUsername
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doChecXxmsPassword(@QueryParameter String xmsPassword)
xmsPassword
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckXmsServerHost(@QueryParameter String xmsServerHost)
xmsServerHost
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckXmsServerPort(@QueryParameter String xmsServerPort)
xmsServerPort
- This parameter receives the value that the user has typed.public hudson.util.FormValidation doCheckWorkPath(@QueryParameter String workPath)
workPath
- This parameter receives the value that the user has typed.Copyright © 2004-2016 VILT Group. All Rights Reserved.