@Extension
public static final class ZOSJobSubmitter.ZOSJobSubmitterDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
ZOSJobSubmitterDescriptor()
Primitive constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value) |
hudson.util.FormValidation |
doCheckJobFIle(String value)
Function for validation of 'Job file' field on project configuration page
|
hudson.util.FormValidation |
doCheckMaxCC(String value) |
hudson.util.FormValidation |
doCheckServer(String value)
Function for validation of 'Server' field on project configuration page
|
hudson.util.FormValidation |
doCheckWaitTime(String value)
Function for validation of 'Wait Time' field on project configuration page
|
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
String |
getDisplayName()
Get printable name.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
If this build step can be used with the project.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMappublic ZOSJobSubmitterDescriptor()
public hudson.util.FormValidation doCheckServer(@QueryParameter
String value)
value - Current server.public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value)
value - Current credentials (or expression/env variable).public hudson.util.FormValidation doCheckJobFIle(@QueryParameter
String value)
value - Current job file.public hudson.util.FormValidation doCheckWaitTime(@QueryParameter
String value)
value - Current wait time.public hudson.util.FormValidation doCheckMaxCC(@QueryParameter
String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>aClass - Project description class.true.public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>Copyright © 2016–2018. All rights reserved.