Class StageDeclaration

    • Constructor Detail

      • StageDeclaration

        public StageDeclaration()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the stage.

        Parameters:
        name - The name of the stage.
      • getName

        public String getName()

        The name of the stage.

        Returns:
        The name of the stage.
      • withName

        public StageDeclaration withName​(String name)

        The name of the stage.

        Parameters:
        name - The name of the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBlockers

        public List<BlockerDeclaration> getBlockers()

        Reserved for future use.

        Returns:
        Reserved for future use.
      • setBlockers

        public void setBlockers​(Collection<BlockerDeclaration> blockers)

        Reserved for future use.

        Parameters:
        blockers - Reserved for future use.
      • withBlockers

        public StageDeclaration withBlockers​(Collection<BlockerDeclaration> blockers)

        Reserved for future use.

        Parameters:
        blockers - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getActions

        public List<ActionDeclaration> getActions()

        The actions included in a stage.

        Returns:
        The actions included in a stage.
      • setActions

        public void setActions​(Collection<ActionDeclaration> actions)

        The actions included in a stage.

        Parameters:
        actions - The actions included in a stage.
      • withActions

        public StageDeclaration withActions​(Collection<ActionDeclaration> actions)

        The actions included in a stage.

        Parameters:
        actions - The actions included in a stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object