com.tikal.jenkins.plugins.multijob.views
Class PhaseWrapper

java.lang.Object
  extended by com.tikal.jenkins.plugins.multijob.views.AbstractWrapper
      extended by com.tikal.jenkins.plugins.multijob.views.PhaseWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.TopLevelItem>, hudson.model.Item, hudson.model.ModelObject, hudson.model.PersistenceRoot, hudson.model.Saveable, hudson.model.TopLevelItem, hudson.search.SearchableModelObject, hudson.search.SearchItem, hudson.security.AccessControlled

public class PhaseWrapper
extends AbstractWrapper


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from interface hudson.model.Item
BUILD, CANCEL, CONFIGURE, CREATE, DELETE, DISCOVER, EXTENDED_READ, PERMISSIONS, READ, WIPEOUT, WORKSPACE
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
PhaseWrapper(int nestLevel, String phaseName)
           
 
Method Summary
 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 isPhase()
           
 
Methods inherited from class com.tikal.jenkins.plugins.multijob.views.AbstractWrapper
checkPermission, delete, getAbsoluteUrl, getACL, getBuildHealth, getBuildHealthReports, getDescriptor, getParent, getRootDir, getSearch, getSearchIndex, getSearchName, getSearchUrl, getShortUrl, getUrl, hasPermission, isBuildable, onCopiedFrom, onCreatedFromScratch, onLoad, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseWrapper

public PhaseWrapper(int nestLevel,
                    String phaseName)
Method Detail

getAllJobs

public Collection<? extends hudson.model.Job> getAllJobs()

getName

public String getName()

getFullName

public String getFullName()

getDisplayName

public String getDisplayName()

getFullDisplayName

public String getFullDisplayName()

getNestLevel

public int getNestLevel()

getIconColor

public hudson.model.BallColor getIconColor()

getCss

public String getCss()

getPhaseName

public String getPhaseName()

isPhase

public boolean isPhase()

addChildBuildState

public void addChildBuildState(BuildState jobBuildState)

getRelativeNameFrom

public String getRelativeNameFrom(hudson.model.ItemGroup g)

getRelativeNameFrom

public String getRelativeNameFrom(hudson.model.Item item)


Copyright © 2004-2012. All Rights Reserved.