@Extension
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() |
hudson.util.FormValidation |
doResultsPattern(String results) |
AllureCommandlineInstallation |
getCommandlineInstallation(String name) |
List<AllureCommandlineInstallation> |
getCommandlineInstallations() |
AllureGlobalConfig |
getConfig() |
String |
getDisplayName() |
ReportBuildPolicy[] |
getReportBuildPolicies() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setConfig(AllureGlobalConfig config) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 AllureGlobalConfig getConfig()
public void setConfig(AllureGlobalConfig config)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public ReportBuildPolicy[] getReportBuildPolicies()
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.FormExceptionpublic hudson.util.FormValidation doResultsPattern(@QueryParameter(value="results")
String results)
public hudson.model.AutoCompletionCandidates doAutoCompletePropertyKey()
public List<AllureCommandlineInstallation> getCommandlineInstallations()
public AllureCommandlineInstallation getCommandlineInstallation(String name)
Copyright © 2004-2015 Yandex. All Rights Reserved.