public class PhaseWrapper extends AbstractWrapper
Constructor and Description |
---|
PhaseWrapper(int nestLevel,
String phaseName,
boolean isConditional) |
Modifier and Type | Method and Description |
---|---|
void |
addChildBuildState(BuildState jobBuildState) |
Collection<? extends hudson.model.Job> |
getAllJobs() |
String |
getCss() |
String |
getDisplayName() |
String |
getFullDisplayName() |
String |
getFullName() |
hudson.model.BallColor |
getIconColor() |
String |
getName() |
int |
getNestLevel() |
String |
getPhaseName() |
String |
getRelativeNameFrom(hudson.model.Item item) |
String |
getRelativeNameFrom(hudson.model.ItemGroup g) |
boolean |
isConditional() |
boolean |
isPhase() |
checkPermission, delete, getAbsoluteUrl, getACL, getBuildHealth, getBuildHealthReports, getDescriptor, getParent, getRootDir, getSearch, getSearchIndex, getSearchName, getSearchUrl, getShortUrl, getUrl, hasPermission, isBuildable, onCopiedFrom, onCreatedFromScratch, onLoad, save
public PhaseWrapper(int nestLevel, String phaseName, boolean isConditional)
public Collection<? extends hudson.model.Job> getAllJobs()
public String getName()
public String getFullName()
public String getDisplayName()
public String getFullDisplayName()
public int getNestLevel()
public boolean isConditional()
public hudson.model.BallColor getIconColor()
public String getCss()
public String getPhaseName()
public boolean isPhase()
public void addChildBuildState(BuildState jobBuildState)
public String getRelativeNameFrom(hudson.model.ItemGroup g)
public String getRelativeNameFrom(hudson.model.Item item)
Copyright © 2004-2014. All Rights Reserved.