org.jenkinsci.plugins.ghprb.extensions
Interface GhprbCommitStatus
- All Known Implementing Classes:
- GhprbNoCommitStatus, GhprbSimpleStatus
public interface GhprbCommitStatus
Method Summary |
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)
|
onEnvironmentSetup
void onEnvironmentSetup(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
throws GhprbCommitStatusException
- Throws:
GhprbCommitStatusException
onBuildTriggered
void onBuildTriggered(hudson.model.AbstractProject<?,?> project,
String commitSha,
boolean isMergeable,
int prId,
org.kohsuke.github.GHRepository ghRepository)
throws GhprbCommitStatusException
- Throws:
GhprbCommitStatusException
onBuildStart
void onBuildStart(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
throws GhprbCommitStatusException
- Throws:
GhprbCommitStatusException
onBuildComplete
void onBuildComplete(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
throws GhprbCommitStatusException
- Throws:
GhprbCommitStatusException
Copyright © 2004-2016. All Rights Reserved.