public class LastChangesBuildAction extends LastChangesBaseAction implements jenkins.model.RunAction2
BASE_URL
Constructor and Description |
---|
LastChangesBuildAction(hudson.model.Run<?,?> build,
LastChanges lastChanges,
LastChangesConfig config) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Run<?,?> |
getBuild() |
LastChanges |
getBuildChanges() |
CommitRenderer |
getCommit(String commitId) |
LastChangesConfig |
getConfig() |
DownloadRenderer |
getDownload() |
DownloadRenderer |
getDownloadHtml() |
protected String |
getTitle() |
void |
onAttached(hudson.model.Run<?,?> run) |
void |
onLoad(hudson.model.Run<?,?> run) |
getDisplayName, getIconFileName, getUrlName
public LastChangesBuildAction(hudson.model.Run<?,?> build, LastChanges lastChanges, LastChangesConfig config)
protected String getTitle()
getTitle
in class LastChangesBaseAction
public LastChanges getBuildChanges()
public hudson.model.Run<?,?> getBuild()
public LastChangesConfig getConfig()
public CommitRenderer getCommit(String commitId)
public DownloadRenderer getDownload()
public DownloadRenderer getDownloadHtml()
public void onAttached(hudson.model.Run<?,?> run)
onAttached
in interface jenkins.model.RunAction2
public void onLoad(hudson.model.Run<?,?> run)
onLoad
in interface jenkins.model.RunAction2
Copyright © 2016–2019. All rights reserved.