Class ExeBuilder.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- org.jenkinsci.plugins.windows_exe_runner.ExeBuilder.DescriptorImpl
-
- Enclosing class:
- ExeBuilder
@Symbol("runexe") public static final class ExeBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
- Author:
- Yasuyuki Saito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEFAULTFAILBUILD
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
ExeInstallation[]
getInstallations()
ExeInstallation.DescriptorImpl
getToolDescriptor()
Obtains theExeInstallation.DescriptorImpl
instance.boolean
isApplicable(Class<? extends AbstractProject> jobType)
void
setInstallations(ExeInstallation... installations)
-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Field Detail
-
DEFAULTFAILBUILD
public static final boolean DEFAULTFAILBUILD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
getInstallations
public ExeInstallation[] getInstallations()
-
setInstallations
public void setInstallations(ExeInstallation... installations)
-
getToolDescriptor
public ExeInstallation.DescriptorImpl getToolDescriptor()
Obtains theExeInstallation.DescriptorImpl
instance.
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
-