public class RolledbackChangesetAction extends Object implements hudson.model.Action
Constructor and Description |
---|
RolledbackChangesetAction() |
RolledbackChangesetAction(hudson.model.Run<?,?> build) |
Modifier and Type | Method and Description |
---|---|
void |
addRollback(ChangeSetDetail changeSetDetail) |
hudson.model.Run<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
List<ChangeSetDetail> |
getRolledbackChangesets() |
String |
getUrlName() |
void |
setRolledbackChangesets(List<ChangeSetDetail> rolledbackChangesets) |
public RolledbackChangesetAction()
public RolledbackChangesetAction(hudson.model.Run<?,?> build)
public void addRollback(ChangeSetDetail changeSetDetail)
public List<ChangeSetDetail> getRolledbackChangesets()
public hudson.model.Run<?,?> getBuild()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public void setRolledbackChangesets(List<ChangeSetDetail> rolledbackChangesets)
Copyright © 2004-2017. All Rights Reserved.