Interface VcsBranchDefinition

All Superinterfaces:
VcsConfigurationFragment
All Known Implementing Classes:
VcsBranchDefinitionImpl

public interface VcsBranchDefinition extends VcsConfigurationFragment
Definition of a branch (ref name (git) or relative path (svn)) Can be overridden at branch level (who would have thought!)
Since:
5.14
  • Method Details

    • getVcsBranch

      @NotNull @NotNull VcsBranch getVcsBranch()
      Returns:
      branch as configured (i.e. without variable substitution)