Class Branch

    • Constructor Detail

      • Branch

        public Branch()
    • Method Detail

      • getName

        public String getName()
        Branch name
      • setName

        public void setName​(String name)
        Branch name
      • getActions

        public List<Action> getActions()
        Actions to be executed in this branch
      • setActions

        public void setActions​(List<Action> actions)
        Actions to be executed in this branch
      • getWorkflowId

        public String getWorkflowId()
        Unique Id of a workflow to be executed in this branch
      • setWorkflowId

        public void setWorkflowId​(String workflowId)
        Unique Id of a workflow to be executed in this branch
      • withWorkflowId

        public Branch withWorkflowId​(String workflowId)