public class PublishHTMLStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
PublishHTMLStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
PublishHTMLStep(HtmlPublisherTarget target)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlPublisherTarget |
getTarget() |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor
public PublishHTMLStep(@CheckForNull
HtmlPublisherTarget target)
target - Target report to be published. May be null due if a user specifies an
improper workflow (e.g. due to JENKINS-29711).public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepException@CheckForNull public HtmlPublisherTarget getTarget()
Copyright © 2016–2022. All rights reserved.