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 VcsConfigurationComponentSharedRepositoriesPage. 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 VcsConfigurationComponentAbstractVcsComponent. save()Deprecated.since 5.13, useAbstractVcsComponent.saveUpdate()VcsConfigurationComponentAbstractVcsComponent. saveCreate()Calling this make sense only in create modeVcsConfigurationComponentAbstractVcsComponent. saveUpdate()Calling this make sense only in edit modeVcsConfigurationComponentPlanRepositoryConfigurationPage. 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 VcsConfigurationComponentProjectRepositoriesPage. 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 VcsConfigurationComponentVcsConfigurationComponent. addLinkedRepository(String displayName)Only available on Plan level.VcsConfigurationComponentVcsConfigurationComponent. addProjectRepository(String displayName)VcsConfigurationComponentVcsConfigurationComponent. submitCreateExpectingErrorBox()VcsConfigurationComponentVcsConfigurationComponent. submitCreateExpectingErrors()VcsConfigurationComponentVcsConfigurationComponent. submitCreateExpectingSuccess()VcsConfigurationComponentVcsConfigurationComponent. submitUpdate()VcsConfigurationComponentVcsConfigurationComponent. submitUpdateExpectingErrors()VcsConfigurationComponentVcsConfigurationComponent. submitUpdateExpectingSuccess()VcsConfigurationComponentVcsConfigurationComponent. toggleOverrideBranch()
-