@Extension public static final class RunInCloudBuilder.DescriptorImpl extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder> implements Serializable
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.ListBoxModel |
doFillClusterIdItems() |
hudson.util.ListBoxModel |
doFillLanguageItems() |
hudson.util.ListBoxModel |
doFillNotificationEmailTypeItems() |
hudson.util.ListBoxModel |
doFillProjectIdItems() |
hudson.util.ListBoxModel |
doFillSchedulerItems() |
hudson.util.ListBoxModel |
doFillTestCasesSelectItems() |
hudson.util.ListBoxModel |
doFillTestRunStateCheckMethodItems() |
String |
getDisplayName() |
boolean |
isAdmin() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> arg0) |
boolean |
isAuthenticated() |
boolean |
isPaidUser() |
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 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 isApplicable(Class<? extends hudson.model.AbstractProject> arg0)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public boolean isAuthenticated()
public boolean isAdmin()
public boolean isPaidUser()
public hudson.util.ListBoxModel doFillProjectIdItems()
public hudson.util.ListBoxModel doFillSchedulerItems()
public hudson.util.ListBoxModel doFillClusterIdItems()
public hudson.util.ListBoxModel doFillLanguageItems()
public hudson.util.ListBoxModel doFillNotificationEmailTypeItems()
public hudson.util.ListBoxModel doFillTestCasesSelectItems()
public hudson.util.ListBoxModel doFillTestRunStateCheckMethodItems()
Copyright © 2004–2017. All rights reserved.