java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.EditSvnComponent
All Implemented Interfaces:
VcsComponent

public class EditSvnComponent extends AbstractVcsComponent
  • Constructor Details

    • EditSvnComponent

      public EditSvnComponent()
    • EditSvnComponent

      public EditSvnComponent(VcsConfigurationComponent vcsConfigurationComponent)
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Description copied from interface: VcsComponent
      text use in repository selection (option field or link text)
    • withRepositoryRoot

      public EditSvnComponent withRepositoryRoot(String repositoryRoot)
    • withBranchPath

      public EditSvnComponent withBranchPath(String branchPath)
    • withBranchDetectionPathOverride

      public EditSvnComponent withBranchDetectionPathOverride(String branchDetectionPath)
    • withoutBranchDetectionPathOverride

      public EditSvnComponent withoutBranchDetectionPathOverride()