Package io.jenkins.plugins
Class CucumberPostBuild
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
io.jenkins.plugins.CucumberPostBuild
- All Implemented Interfaces:
- hudson.ExtensionPoint,- hudson.model.Describable<hudson.tasks.Publisher>,- hudson.tasks.BuildStep
public class CucumberPostBuild
extends hudson.tasks.Notifier
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.tasks.Publisherhudson.tasks.Publisher.DescriptorExtensionListImpl
- 
Field Summary
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description CucumberGlobalConfigurationgetDescriptor()StringgetItmsAddress()StringgetItmsCycleName()StringgetJiraProjectKey()StringgetJiraTicketKey()StringgetReportFolder()StringgetReportFormat()hudson.tasks.BuildStepMonitorgetRequiredMonitorService()booleanperform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)Methods inherited from class hudson.tasks.Publisherall, getProjectAction, needsToRunAfterFinalized, prebuild
- 
Constructor Details
- 
Method Details- 
performpublic boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)- Specified by:
- performin interface- hudson.tasks.BuildStep
- Overrides:
- performin class- hudson.tasks.BuildStepCompatibilityLayer
 
- 
getRequiredMonitorServicepublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
- 
getDescriptor- Specified by:
- getDescriptorin interface- hudson.model.Describable<hudson.tasks.Publisher>
- Overrides:
- getDescriptorin class- hudson.tasks.Notifier
 
- 
getItmsAddress
- 
getReportFolder
- 
getReportFormat
- 
getJiraTicketKey
- 
getItmsCycleName
- 
getJiraProjectKey
 
-