public class SetGerritReviewStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
SetGerritReviewStep.DescriptorImpl
Adds the step as a workflow extension.
|
static class |
SetGerritReviewStep.Execution
Executes the SetGerritReviewStep.
|
Constructor and Description |
---|
SetGerritReviewStep()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomUrl()
Gets the custom URL for a step.
|
String |
getUnsuccessfulMessage()
Gets the unsuccessful message for a step.
|
void |
setCustomUrl(String customUrl)
Sets a custom URL to post for a build.
|
void |
setUnsuccessfulMessage(String unsuccessfulMessage)
Sets additional information to post for a failed build.
|
@DataBoundConstructor public SetGerritReviewStep()
@CheckForNull public String getCustomUrl()
@DataBoundSetter public void setCustomUrl(String customUrl)
customUrl
- the URL to post.@CheckForNull public String getUnsuccessfulMessage()
@DataBoundSetter public void setUnsuccessfulMessage(String unsuccessfulMessage)
unsuccessfulMessage
- Additional information to post for a failed build.Copyright © 2016–2020. All rights reserved.