Methods in org.jenkinsci.plugins.ghprb.extensions that throw GhprbCommitStatusException |
void |
GhprbCommitStatus.onBuildComplete(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbCommitStatus.onBuildStart(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbCommitStatus.onBuildTriggered(hudson.model.AbstractProject<?,?> project,
String commitSha,
boolean isMergeable,
int prId,
org.kohsuke.github.GHRepository ghRepository)
|
void |
GhprbCommitStatus.onEnvironmentSetup(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
Methods in org.jenkinsci.plugins.ghprb.extensions.status that throw GhprbCommitStatusException |
void |
GhprbSimpleStatus.onBuildComplete(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbNoCommitStatus.onBuildComplete(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbSimpleStatus.onBuildStart(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbNoCommitStatus.onBuildStart(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbSimpleStatus.onBuildTriggered(hudson.model.AbstractProject<?,?> project,
String commitSha,
boolean isMergeable,
int prId,
org.kohsuke.github.GHRepository ghRepository)
|
void |
GhprbNoCommitStatus.onBuildTriggered(hudson.model.AbstractProject<?,?> project,
String commitSha,
boolean isMergeable,
int prId,
org.kohsuke.github.GHRepository ghRepository)
|
void |
GhprbSimpleStatus.onEnvironmentSetup(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|
void |
GhprbNoCommitStatus.onEnvironmentSetup(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
|