public class ChangeLogHistoryAction extends Object implements hudson.model.Action
Constructor and Description |
---|
ChangeLogHistoryAction(hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
Map<Long,hudson.scm.ChangeLogSet> |
getChangeLogSets()
Get all changelog detail; used by index.jelly
|
String |
getDisplayName() |
Object |
getDynamic(String oldBuild,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Handle requests to view changelog details.
|
String |
getIconFileName() |
String |
getUrlName() |
public ChangeLogHistoryAction(hudson.model.AbstractBuild<?,?> build)
public hudson.model.AbstractBuild<?,?> getBuild()
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public Map<Long,hudson.scm.ChangeLogSet> getChangeLogSets() throws Exception
Exception
Copyright © 2016–2017. All rights reserved.