public class OntrackValidationRunNotifier extends AbstractOntrackNotifier
The plug-in must get both the build and the validation stamp.
Modifier and Type | Class and Description |
---|---|
static class |
OntrackValidationRunNotifier.OntrackValidationRunDescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
OntrackValidationRunNotifier(String project,
String branch,
String build,
String validationStamp,
boolean ignoreFailure,
boolean runInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getBranch() |
String |
getBuild() |
String |
getProject() |
String |
getValidationStamp() |
boolean |
isIgnoreFailure() |
boolean |
isRunInfo() |
boolean |
perform(hudson.model.AbstractBuild<?,?> theBuild,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getRequiredMonitorService, getRunInfo
all, getProjectAction, needsToRunAfterFinalized, prebuild
public String getProject()
public String getBranch()
public String getBuild()
public String getValidationStamp()
public boolean isIgnoreFailure()
public boolean isRunInfo()
public boolean perform(hudson.model.AbstractBuild<?,?> theBuild, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016–2023. All rights reserved.