Class GitHubPRPollingLogAction
- java.lang.Object
-
- com.github.kostyasha.github.integration.generic.GitHubPollingLogAction
-
- org.jenkinsci.plugins.github.pullrequest.GitHubPRPollingLogAction
-
- All Implemented Interfaces:
hudson.matrix.MatrixChildAction
,Action
,ModelObject
,RunAction2
public class GitHubPRPollingLogAction extends GitHubPollingLogAction
Link for project page, shows triggered polling log- Author:
- Alina Karpovich
-
-
Constructor Summary
Constructors Constructor Description GitHubPRPollingLogAction(Job<?,?> job)
GitHubPRPollingLogAction(Run<?,?> run)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getPollingFileName()
String
getUrlName()
-
Methods inherited from class com.github.kostyasha.github.integration.generic.GitHubPollingLogAction
doPollingLog, getJob, getLog, getPollingLogFile, getPollingLogText, getRun, isLogExists, onAttached, onLoad, setJob, setRun, writePollingLogTo
-
-
-
-
Method Detail
-
getPollingFileName
public String getPollingFileName()
- Specified by:
getPollingFileName
in classGitHubPollingLogAction
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
-
-