public class GerritReviewStep
extends org.jenkinsci.plugins.workflow.steps.Step
Modifier and Type | Class and Description |
---|---|
static class |
GerritReviewStep.DescriptorImpl |
class |
GerritReviewStep.Execution |
Constructor and Description |
---|
GerritReviewStep() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Deprecated.
|
Map<String,Integer> |
getLabels() |
String |
getMessage() |
Optional<com.google.gerrit.extensions.api.changes.NotifyHandling> |
getNotify() |
int |
getScore()
Deprecated.
|
void |
setLabel(String label)
Deprecated.
|
void |
setLabels(Map<String,Integer> labels) |
void |
setMessage(String message) |
void |
setNotify(com.google.gerrit.extensions.api.changes.NotifyHandling notify) |
void |
setScore(int score)
Deprecated.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) |
@Deprecated public int getScore()
@Deprecated @DataBoundSetter public void setScore(int score)
public String getMessage()
@DataBoundSetter public void setMessage(String message)
@DataBoundSetter public void setNotify(com.google.gerrit.extensions.api.changes.NotifyHandling notify)
public Optional<com.google.gerrit.extensions.api.changes.NotifyHandling> getNotify()
@Deprecated public String getLabel()
@Deprecated @DataBoundSetter public void setLabel(String label)
Copyright © 2018–2025. All rights reserved.