Class PhaseWrapper

    • Constructor Detail

      • PhaseWrapper

        public PhaseWrapper​(Job project,
                            int nestLevel,
                            String phaseName,
                            boolean isConditional)
    • Method Detail

      • getName

        public String getName()
      • getFullName

        public String getFullName()
      • getDisplayName

        public String getDisplayName()
      • getFullDisplayName

        public String getFullDisplayName()
      • isConditional

        public boolean isConditional()
      • getIconColor

        public BallColor getIconColor()
      • getCss

        public String getCss()
      • getPhaseName

        public String getPhaseName()
      • isPhase

        public boolean isPhase()
      • addChildBuildState

        public void addChildBuildState​(BuildState jobBuildState)
      • getRelativeNameFrom

        public String getRelativeNameFrom​(Item item)