public class PhaseWrapper extends AbstractWrapper
nestLevel, project
Constructor and Description |
---|
PhaseWrapper(hudson.model.Job project,
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() |
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, getNestLevel, getParent, getRootDir, getSearch, getSearchIndex, getSearchName, getSearchUrl, getShortUrl, getUrl, hasPermission, isBuildable, onCopiedFrom, onCreatedFromScratch, onLoad, save
public PhaseWrapper(hudson.model.Job project, 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 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 © 2016–2020. All rights reserved.