@Extension
@Symbol(value="allure")
public class AllureReportPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
AllureReportPublisherDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.model.AutoCompletionCandidates |
doAutoCompletePropertyKey() |
AllureCommandlineInstallation |
getCommandlineInstallation(java.lang.String name) |
java.util.List<AllureCommandlineInstallation> |
getCommandlineInstallations() |
java.lang.String |
getDisplayName() |
java.util.List<PropertyConfig> |
getProperties() |
ReportBuildPolicy[] |
getReportBuildPolicies() |
boolean |
isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType) |
void |
setProperties(java.util.List<PropertyConfig> properties) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, toMappublic java.util.List<PropertyConfig> getProperties()
public void setProperties(java.util.List<PropertyConfig> properties)
@Nonnull public java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public ReportBuildPolicy[] getReportBuildPolicies()
@Nonnull public hudson.model.AutoCompletionCandidates doAutoCompletePropertyKey()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormException@Nonnull public java.util.List<AllureCommandlineInstallation> getCommandlineInstallations()
public AllureCommandlineInstallation getCommandlineInstallation(java.lang.String name)