|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
hudson.plugins.buckminster.EclipseBuckminsterBuilder.DescriptorImpl
public static final class EclipseBuckminsterBuilder.DescriptorImpl
Descriptor for EclipseBuckminsterBuilder
. Used as a singleton. The class
is marked as public so that it can be accessed from views.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Method Summary | |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o)
|
hudson.util.FormValidation |
doCheckEclipseHome(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
performs on-thy-fly validation of the eclipse home path field. |
hudson.util.FormValidation |
doCheckEclipseVersion(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
hudson.util.FormValidation |
doCheckGlobalPropertiesFile(hudson.model.AbstractProject<?,?> project,
String value)
Performs on-the-fly validation for the global properties file |
hudson.util.FormValidation |
doCheckUserCommand(hudson.model.AbstractProject<?,?> project,
String value)
Performs on-the-fly validation on the file mask wildcard. |
BuckminsterInstallation[] |
getBuckminsterInstallations()
|
String |
getDisplayName()
This human readable name is used in the configuration screen. |
EclipseInstallation[] |
getInstallations()
|
List<TargetPlatformReference> |
getTargetPlatforms()
Asks hudson for all available AbstractProject s and iterates over the available Publisher s. |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
|
hudson.tasks.Builder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
void |
setBuckminsterInstallations(BuckminsterInstallation... installations)
|
Methods inherited from class hudson.tasks.BuildStepDescriptor |
---|
filter |
Methods inherited from class hudson.model.Descriptor |
---|
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<TargetPlatformReference> getTargetPlatforms()
AbstractProject
s and iterates over the available Publisher
s.
If a TargetPlatformPublisher
is found and it offers a TargetPlatformReference
, that reference is added to the result list.
TargetPlatformReference
s published by a TargetPlatformPublisher
public EclipseInstallation[] getInstallations()
public BuckminsterInstallation[] getBuckminsterInstallations()
public hudson.util.FormValidation doCheckEclipseHome(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
req
- the requestrsp
- the response
FormValidation.error(String)
or FormValidation.ok()
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckEclipseVersion(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckUserCommand(@AncestorInPath hudson.model.AbstractProject<?,?> project, @QueryParameter String value) throws IOException
IOException
public hudson.util.FormValidation doCheckGlobalPropertiesFile(@AncestorInPath hudson.model.AbstractProject<?,?> project, @QueryParameter String value) throws IOException
IOException
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject o) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public void setBuckminsterInstallations(BuckminsterInstallation... installations)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |