Class GitHubPRBadgeAction
- java.lang.Object
-
- com.github.kostyasha.github.integration.generic.GitHubBadgeAction<GitHubPRCause>
-
- org.jenkinsci.plugins.github.pullrequest.GitHubPRBadgeAction
-
- All Implemented Interfaces:
hudson.matrix.MatrixChildAction
,Action
,BuildBadgeAction
,ModelObject
public class GitHubPRBadgeAction extends GitHubBadgeAction<GitHubPRCause>
- Author:
- Kanstantsin Shautsou
-
-
Constructor Summary
Constructors Constructor Description GitHubPRBadgeAction(GitHubPRCause cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
int
getNumber()
String
getUrlName()
-
Methods inherited from class com.github.kostyasha.github.integration.generic.GitHubBadgeAction
getHtmlUrl, getTitle, withHtmlUrl, withTitle
-
-
-
-
Constructor Detail
-
GitHubPRBadgeAction
public GitHubPRBadgeAction(GitHubPRCause cause)
-
-