Package io.jenkins.plugins.VisualExpert
Class VisualExpertBuilder.Descriptor
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- io.jenkins.plugins.VisualExpert.VisualExpertBuilder.Descriptor
-
- Enclosing class:
- VisualExpertBuilder
@Symbol("visualexpert") @Extension public static final class VisualExpertBuilder.Descriptor extends BuildStepDescriptor<Builder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description Descriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckCreateCodeReviewDocument(Item item, boolean doAnalysis, boolean createReferenceDocument, String value)
FormValidation
doCheckProjectName(Item item, String value)
ListBoxModel
doFillProjectNameItems(Item item, String projectName, String installPath)
ListBoxModel
doFillReportFormatItems()
String
getDisplayName()
VisualExpertInstallation[]
getInstallations()
VisualExpertInstallation.DescriptorImpl
getToolDescriptor()
boolean
isApplicable(Class<? extends AbstractProject> aClass)
void
setInstallations(VisualExpertInstallation... antInstallations)
-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> aClass)
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
getInstallations
public VisualExpertInstallation[] getInstallations()
-
setInstallations
public void setInstallations(VisualExpertInstallation... antInstallations)
-
getToolDescriptor
public VisualExpertInstallation.DescriptorImpl getToolDescriptor()
-
doCheckProjectName
@POST public FormValidation doCheckProjectName(@AncestorInPath Item item, @QueryParameter String value) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
doCheckCreateCodeReviewDocument
public FormValidation doCheckCreateCodeReviewDocument(@AncestorInPath Item item, @QueryParameter boolean doAnalysis, @QueryParameter boolean createReferenceDocument, @QueryParameter String value) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
doFillReportFormatItems
public ListBoxModel doFillReportFormatItems()
-
doFillProjectNameItems
@POST public ListBoxModel doFillProjectNameItems(@AncestorInPath Item item, @QueryParameter String projectName, @QueryParameter String installPath)
-
-