public class PublishHTMLStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| 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() |
@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).@CheckForNull public HtmlPublisherTarget getTarget()
Copyright © 2016–2019. All rights reserved.