public class GerritChange extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
BRANCH_PATTERN |
| Constructor and Description |
|---|
GerritChange(Map<String,String> env,
PrintStream logger) |
GerritChange(org.jenkinsci.plugins.workflow.steps.StepContext context) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChangeId() |
String |
getProject() |
Integer |
getRevision() |
boolean |
valid() |
public static final Pattern BRANCH_PATTERN
public GerritChange(Map<String,String> env, PrintStream logger) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic GerritChange(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2018–2025. All rights reserved.