public class VerificationsPublisher
extends hudson.tasks.Publisher
Modifier and Type | Class and Description |
---|---|
static class |
VerificationsPublisher.DescriptorImpl
Descriptor for
VerificationsPublisher . |
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_URL_ENV_VAR_NAME |
static String |
EMPTY_STR |
static String |
GERRIT_CHANGE_NUMBER_ENV_VAR_NAME |
static String |
GERRIT_EVENT_COMMENT_TEXT_ENV_VAR_NAME |
static String |
GERRIT_FILE_DELIMITER |
static String |
GERRIT_NAME_ENV_VAR_NAME |
static String |
GERRIT_PATCHSET_NUMBER_ENV_VAR_NAME |
static String |
JOB_NAME_ENV_VAR_NAME |
Constructor and Description |
---|
VerificationsPublisher(String verifyStatusName,
String verifyStatusURL,
String verifyStatusComment,
String verifyStatusReporter,
String verifyStatusCategory,
String verifyStatusRerun) |
Modifier and Type | Method and Description |
---|---|
VerificationsPublisher.DescriptorImpl |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getVerifyStatusCategory() |
String |
getVerifyStatusComment() |
String |
getVerifyStatusName() |
String |
getVerifyStatusReporter() |
String |
getVerifyStatusRerun() |
String |
getVerifyStatusURL() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final String GERRIT_FILE_DELIMITER
public static final String EMPTY_STR
public static final String JOB_NAME_ENV_VAR_NAME
public static final String BUILD_URL_ENV_VAR_NAME
public static final String GERRIT_CHANGE_NUMBER_ENV_VAR_NAME
public static final String GERRIT_NAME_ENV_VAR_NAME
public static final String GERRIT_PATCHSET_NUMBER_ENV_VAR_NAME
public static final String GERRIT_EVENT_COMMENT_TEXT_ENV_VAR_NAME
public String getVerifyStatusName()
public String getVerifyStatusURL()
public String getVerifyStatusComment()
public String getVerifyStatusReporter()
public String getVerifyStatusCategory()
public String getVerifyStatusRerun()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized
in class hudson.tasks.Publisher
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
IOException
InterruptedException
public VerificationsPublisher.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Publisher
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016. All rights reserved.