Package com.mathworks.ci
Class UseMatlabVersionBuildWrapper.UseMatlabVersionDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<hudson.tasks.BuildWrapper>
-
- hudson.tasks.BuildWrapperDescriptor
-
- com.mathworks.ci.UseMatlabVersionBuildWrapper.UseMatlabVersionDescriptor
-
- All Implemented Interfaces:
hudson.model.Saveable
,jenkins.util.io.OnMaster
- Enclosing class:
- UseMatlabVersionBuildWrapper
@Extension public static final class UseMatlabVersionBuildWrapper.UseMatlabVersionDescriptor extends hudson.tasks.BuildWrapperDescriptor
-
-
Constructor Summary
Constructors Constructor Description UseMatlabVersionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkAxisAdded()
hudson.util.FormValidation
doCheckMatlabRootFolder(String matlabRootFolder)
String
getCustomLocation()
String
getDisplayName()
MatlabInstallation[]
getInstallations()
boolean
getIsMatrix()
String
getMatlabAxisWarning()
boolean
isApplicable(hudson.model.AbstractProject<?,?> item)
-
Methods inherited from class hudson.model.Descriptor
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, toMap
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
- Specified by:
isApplicable
in classhudson.tasks.BuildWrapperDescriptor
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classhudson.model.Descriptor<hudson.tasks.BuildWrapper>
-
getInstallations
public MatlabInstallation[] getInstallations()
-
getCustomLocation
public String getCustomLocation()
-
getIsMatrix
public boolean getIsMatrix()
-
checkAxisAdded
public boolean checkAxisAdded()
-
getMatlabAxisWarning
public String getMatlabAxisWarning()
-
doCheckMatlabRootFolder
public hudson.util.FormValidation doCheckMatlabRootFolder(@QueryParameter String matlabRootFolder)
-
-