Class EditSvnComponent
- 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
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
convertToLinkedButton, driver, elementFinder, globalRepositoryDetails, pageBinder, repositoryDisplayName
-
-
Constructor Summary
Constructors Constructor Description EditSvnComponent()
EditSvnComponent(VcsConfigurationComponent vcsConfigurationComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
text use in repository selection (option field or link text)EditSvnComponent
withBranchDetectionPathOverride(String branchDetectionPath)
EditSvnComponent
withBranchPath(String branchPath)
EditSvnComponent
withoutBranchDetectionPathOverride()
EditSvnComponent
withRepositoryRoot(String repositoryRoot)
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
canConvertToLinked, configureBambooSpecs, convertToLinked, isConvertToLinkedButtonEnabled, isConvertToLinkedButtonPresent, isLinkedRepository, save, saveCreate, saveUpdate, setDisplayName, supportsRss, withAdvancedOptions, withChangeDetectionOptions, withCommitIsolation, withDefaultRepositoryPermission
-
-
-
-
Constructor Detail
-
EditSvnComponent
public EditSvnComponent()
-
EditSvnComponent
public EditSvnComponent(VcsConfigurationComponent vcsConfigurationComponent)
-
-
Method Detail
-
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()
-
-