Class PublishReportStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.reporter.steps.PublishReportStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class PublishReportStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PublishReportStep.Descriptor
Descriptor for this step.jelly: defines the context and the UI labels.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PublishReportStep()
Creates a new instance ofPublishReportStep
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayType()
String
getName()
Provider
getProvider()
void
setDisplayType(String displayType)
void
setName(String name)
void
setProvider(Provider provider)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
PublishReportStep
@DataBoundConstructor public PublishReportStep()
Creates a new instance ofPublishReportStep
.
-
-
Method Detail
-
getName
public String getName()
-
setName
@DataBoundSetter public void setName(String name)
-
setProvider
@DataBoundSetter public void setProvider(Provider provider)
-
getProvider
public Provider getProvider()
-
setDisplayType
@DataBoundSetter public void setDisplayType(String displayType)
-
getDisplayType
public String getDisplayType()
-
-