public class GitLabCommitStatusPublisher
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
GitLabCommitStatusPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
GitLabCommitStatusPublisher(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
protected GitLabCommitStatusPublisher |
readResolve() |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public GitLabCommitStatusPublisher(String name)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
prebuild
in interface hudson.tasks.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public String getName()
protected GitLabCommitStatusPublisher readResolve()
Copyright © 2016. All rights reserved.