@Extension
public static class ClifBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Modifier | Constructor and Description |
---|---|
|
DescriptorImpl() |
protected |
DescriptorImpl(Class<? extends ClifBuilder> clazz) |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckReportDir(String value)
Checks if the ReportDir is valid.
|
hudson.util.FormValidation |
doCheckTestPlanFile(String value)
Checks if the TestPlanFile is valid.
|
String |
getDisplayName() |
String |
getHelpFile() |
ClifInstallation[] |
getInstallations() |
ClifInstallation.DescriptorImpl |
getToolDescriptor()
Gets the
ClifInstallation.DescriptorImpl instance. |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setInstallations(ClifInstallation... clifInstallations) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public DescriptorImpl()
protected DescriptorImpl(Class<? extends ClifBuilder> clazz)
public ClifInstallation.DescriptorImpl getToolDescriptor()
ClifInstallation.DescriptorImpl
instance.ClifInstallation.DescriptorImpl
instancepublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getHelpFile()
getHelpFile
in class hudson.model.Descriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public ClifInstallation[] getInstallations()
public void setInstallations(ClifInstallation... clifInstallations)
public hudson.util.FormValidation doCheckReportDir(@QueryParameter String value)
value
- the path to CLIF report directorypublic hudson.util.FormValidation doCheckTestPlanFile(@QueryParameter String value)
value
- the test plan fileCopyright © 2016–2017 CLIF project. All rights reserved.