Interface Workflow.DefinitionStages.WithBranchName

All Known Subinterfaces:
Workflow.Definition, Workflow.DefinitionStages.WithCreate
Enclosing interface:
Workflow.DefinitionStages

public static interface Workflow.DefinitionStages.WithBranchName
The stage of the Workflow definition allowing to specify branchName.
  • Method Details

    • withBranchName

      Workflow.DefinitionStages.WithCreate withBranchName(String branchName)
      Specifies the branchName property: The name of the branch the workflow is associated with.

      Repository Branch Name.

      Parameters:
      branchName - The name of the branch the workflow is associated with.

      Repository Branch Name.

      Returns:
      the next definition stage.