Uses of Class
com.atlassian.bamboo.pageobjects.pages.vcs.VcsConfigurationComponent
-
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.admin
Methods in com.atlassian.bamboo.pageobjects.pages.admin that return VcsConfigurationComponent Modifier and Type Method Description VcsConfigurationComponent
SharedRepositoriesPage. vcsConfiguration()
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.admin.repository
Constructors in com.atlassian.bamboo.pageobjects.pages.admin.repository with parameters of type VcsConfigurationComponent Constructor Description DeleteLinkedRepositoryDialog(String repositoryName, VcsConfigurationComponent vcsConfiguration)
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository that return VcsConfigurationComponent Modifier and Type Method Description VcsConfigurationComponent
AbstractVcsComponent. save()
Deprecated.since 5.13, useAbstractVcsComponent.saveUpdate()
VcsConfigurationComponent
AbstractVcsComponent. saveCreate()
Calling this make sense only in create modeVcsConfigurationComponent
AbstractVcsComponent. saveUpdate()
Calling this make sense only in edit modeVcsConfigurationComponent
PlanRepositoryConfigurationPage. vcsConfiguration()
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type VcsConfigurationComponent Constructor Description AbstractVcsComponent(VcsConfigurationComponent vcsConfigurationComponent)
ConvertToLinkedDialog(VcsConfigurationComponent vcsConfigurationComponent)
EditSvnComponent(VcsConfigurationComponent vcsConfigurationComponent)
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git with parameters of type VcsConfigurationComponent Constructor Description GitVcsComponent(VcsConfigurationComponent vcsConfigurationComponent)
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash with parameters of type VcsConfigurationComponent Constructor Description StashVcsComponent(VcsConfigurationComponent vcsConfigurationComponent)
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.project
Methods in com.atlassian.bamboo.pageobjects.pages.project that return VcsConfigurationComponent Modifier and Type Method Description VcsConfigurationComponent
ProjectRepositoriesPage. vcsConfiguration()
-
Uses of VcsConfigurationComponent in com.atlassian.bamboo.pageobjects.pages.vcs
Methods in com.atlassian.bamboo.pageobjects.pages.vcs that return VcsConfigurationComponent Modifier and Type Method Description VcsConfigurationComponent
VcsConfigurationComponent. addLinkedRepository(String displayName)
Only available on Plan level.VcsConfigurationComponent
VcsConfigurationComponent. addProjectRepository(String displayName)
VcsConfigurationComponent
VcsConfigurationComponent. submitCreateExpectingErrorBox()
VcsConfigurationComponent
VcsConfigurationComponent. submitCreateExpectingErrors()
VcsConfigurationComponent
VcsConfigurationComponent. submitCreateExpectingSuccess()
VcsConfigurationComponent
VcsConfigurationComponent. submitUpdate()
VcsConfigurationComponent
VcsConfigurationComponent. submitUpdateExpectingErrors()
VcsConfigurationComponent
VcsConfigurationComponent. submitUpdateExpectingSuccess()
VcsConfigurationComponent
VcsConfigurationComponent. toggleOverrideBranch()
-