public interface GhprbCommitStatus
Modifier and Type | Method and Description |
---|---|
void |
onBuildComplete(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
void |
onBuildStart(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
void |
onBuildTriggered(hudson.model.AbstractProject<?,?> project,
String commitSha,
boolean isMergeable,
int prId,
org.kohsuke.github.GHRepository ghRepository) |
void |
onEnvironmentSetup(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
void onEnvironmentSetup(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, org.kohsuke.github.GHRepository repo) throws GhprbCommitStatusException
GhprbCommitStatusException
void onBuildTriggered(hudson.model.AbstractProject<?,?> project, String commitSha, boolean isMergeable, int prId, org.kohsuke.github.GHRepository ghRepository) throws GhprbCommitStatusException
GhprbCommitStatusException
void onBuildStart(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, org.kohsuke.github.GHRepository repo) throws GhprbCommitStatusException
GhprbCommitStatusException
void onBuildComplete(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, org.kohsuke.github.GHRepository repo) throws GhprbCommitStatusException
GhprbCommitStatusException
Copyright © 2016. All rights reserved.