public class ExecutedChangesetAction extends Object implements hudson.model.Action
Constructor and Description |
---|
ExecutedChangesetAction() |
ExecutedChangesetAction(hudson.model.Run<?,?> build) |
public ExecutedChangesetAction()
public ExecutedChangesetAction(hudson.model.Run<?,?> build)
protected Object readResolve()
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 hudson.model.Run<?,?> getBuild()
public List<ChangeSetDetail> getChangeSetDetails()
public List<ChangeSetDetail> getFailedChangeSets()
public void setBuild(hudson.model.AbstractBuild<?,?> build)
public boolean areErrorsPresent()
public List<ChangeSetDetail> getSuccessfulChangeSets()
protected void addChangeSetDetail(ChangeSetDetail changeSetDetail)
public ChangeSetDetail getChangeset(String id)
public boolean isTagApplied()
public String getAppliedTag()
public void setAppliedTag(String appliedTag)
public void markChangesetAsRolledBack(String changeSetId)
public boolean hasChangesetWithId(String changesetId)
public boolean isRollbacksTested()
public void setRollbacksTested(boolean rollbacksTested)
public void addRolledBackChangesetDetail(ChangeSetDetail changeSetDetail)
public void setChangeSetDetails(List<ChangeSetDetail> changeSetDetails)
public List<ChangeSetDetail> getRolledBackChangesets()
public void setRolledBackChangesets(List<ChangeSetDetail> rolledBackChangesets)
public void setNoExecutionsExpected(boolean noExecutionsExpected)
public boolean isNoExecutionsExpected()
@Deprecated public void setRollbackOnly(boolean rollbackOnly)
public boolean isRollbackOnly()
Copyright © 2016–2020. All rights reserved.