public class GhprbNoCommitStatus extends GhprbExtension implements GhprbCommitStatus, GhprbProjectExtension
Modifier and Type | Class and Description |
---|---|
static class |
GhprbNoCommitStatus.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static GhprbNoCommitStatus.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
GhprbNoCommitStatus() |
Modifier and Type | Method and Description |
---|---|
GhprbNoCommitStatus.DescriptorImpl |
getDescriptor() |
void |
onBuildComplete(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
void |
onBuildStart(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
void |
onBuildTriggered(hudson.model.Job<?,?> project,
String commitSha,
boolean isMergeable,
int prId,
org.kohsuke.github.GHRepository ghRepository) |
void |
onEnvironmentSetup(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
@Extension public static final GhprbNoCommitStatus.DescriptorImpl DESCRIPTOR
public void onBuildStart(hudson.model.Run<?,?> build, hudson.model.TaskListener listener, org.kohsuke.github.GHRepository repo) throws GhprbCommitStatusException
onBuildStart
in interface GhprbCommitStatus
GhprbCommitStatusException
public void onBuildComplete(hudson.model.Run<?,?> build, hudson.model.TaskListener listener, org.kohsuke.github.GHRepository repo) throws GhprbCommitStatusException
onBuildComplete
in interface GhprbCommitStatus
GhprbCommitStatusException
public void onEnvironmentSetup(hudson.model.Run<?,?> build, hudson.model.TaskListener listener, org.kohsuke.github.GHRepository repo) throws GhprbCommitStatusException
onEnvironmentSetup
in interface GhprbCommitStatus
GhprbCommitStatusException
public void onBuildTriggered(hudson.model.Job<?,?> project, String commitSha, boolean isMergeable, int prId, org.kohsuke.github.GHRepository ghRepository) throws GhprbCommitStatusException
onBuildTriggered
in interface GhprbCommitStatus
GhprbCommitStatusException
public GhprbNoCommitStatus.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<GhprbExtension>
getDescriptor
in class hudson.model.AbstractDescribableImpl<GhprbExtension>
Copyright © 2016–2017. All rights reserved.