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() |
Integer |
getRevision() |
boolean |
valid() |
public static final Pattern BRANCH_PATTERN
public GerritChange(Map<String,String> env, PrintStream logger) throws IOException, InterruptedException
IOException
InterruptedException
public GerritChange(org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2018–2024. All rights reserved.