Package com.github.jenkins.lastchanges
Class LastChangesBuildAction
- java.lang.Object
-
- com.github.jenkins.lastchanges.LastChangesBaseAction
-
- com.github.jenkins.lastchanges.LastChangesBuildAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class LastChangesBuildAction extends LastChangesBaseAction implements RunAction2
-
-
Field Summary
-
Fields inherited from class com.github.jenkins.lastchanges.LastChangesBaseAction
BASE_URL
-
-
Constructor Summary
Constructors Constructor Description LastChangesBuildAction(Run<?,?> build, LastChanges lastChanges, LastChangesConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Run<?,?>
getBuild()
LastChanges
getBuildChanges()
CommitRenderer
getCommit(String commitId)
LastChangesConfig
getConfig()
DownloadRenderer
getDownload()
DownloadRenderer
getDownloadHtml()
protected String
getTitle()
void
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
-
Methods inherited from class com.github.jenkins.lastchanges.LastChangesBaseAction
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Constructor Detail
-
LastChangesBuildAction
public LastChangesBuildAction(Run<?,?> build, LastChanges lastChanges, LastChangesConfig config)
-
-
Method Detail
-
getTitle
protected String getTitle()
- Specified by:
getTitle
in classLastChangesBaseAction
-
getBuildChanges
public LastChanges getBuildChanges()
-
getBuild
public Run<?,?> getBuild()
-
getConfig
public LastChangesConfig getConfig()
-
getCommit
public CommitRenderer getCommit(String commitId)
-
getDownload
public DownloadRenderer getDownload()
-
getDownloadHtml
public DownloadRenderer getDownloadHtml()
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
-