@Extension(optional=true)
public static final class NeoBuildAction.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
NeoBuildAction.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckDisplayTheGUI(String displayTheGUI) |
hudson.util.FormValidation |
doCheckExecutable(String executable) |
hudson.util.FormValidation |
doCheckLicenseDuration(String licenseDuration) |
hudson.util.FormValidation |
doCheckLicenseID(String licenseID) |
hudson.util.FormValidation |
doCheckLicenseVUCount(String licenseVUCount) |
hudson.util.FormValidation |
doCheckLocalProjectFile(String localProjectFile) |
hudson.util.FormValidation |
doCheckScenarioName(String scenarioName) |
hudson.util.FormValidation |
doCheckSharedProjectName(String sharedProjectName) |
hudson.util.FormValidation |
doCheckXmlReport(String xmlReport) |
hudson.util.ListBoxModel |
doFillLicenseServerItems(hudson.model.Item project) |
hudson.util.ListBoxModel |
doFillSharedProjectServerItems(hudson.model.Item project) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setNeoBuildAction(NeoBuildAction action) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic void setNeoBuildAction(NeoBuildAction action)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>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.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillSharedProjectServerItems(@AncestorInPath
hudson.model.Item project)
public hudson.util.ListBoxModel doFillLicenseServerItems(@AncestorInPath
hudson.model.Item project)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public hudson.util.FormValidation doCheckLocalProjectFile(@QueryParameter(value="localProjectFile")
String localProjectFile)
public hudson.util.FormValidation doCheckExecutable(@QueryParameter
String executable)
public hudson.util.FormValidation doCheckLicenseVUCount(@QueryParameter
String licenseVUCount)
public hudson.util.FormValidation doCheckLicenseDuration(@QueryParameter
String licenseDuration)
public hudson.util.FormValidation doCheckLicenseID(@QueryParameter
String licenseID)
public hudson.util.FormValidation doCheckSharedProjectName(@QueryParameter
String sharedProjectName)
public hudson.util.FormValidation doCheckXmlReport(@QueryParameter
String xmlReport)
public hudson.util.FormValidation doCheckScenarioName(@QueryParameter
String scenarioName)
public hudson.util.FormValidation doCheckDisplayTheGUI(@QueryParameter
String displayTheGUI)
Copyright © 2004-2017. All Rights Reserved.