Uses of Interface
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.VcsComponent
-
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.components.vcs
Methods in com.atlassian.bamboo.pageobjects.components.vcs with type parameters of type VcsComponent Modifier and Type Method Description <P extends VcsComponent>
PVcsCreationComponent. selectNewVcs(@NotNull Class<P> vcsRepositoryComponentClass)
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.admin
Methods in com.atlassian.bamboo.pageobjects.pages.admin with type parameters of type VcsComponent Modifier and Type Method Description <P extends VcsComponent>
PSharedRepositoriesPage. addRepository(Class<P> vcsComponentClass, String displayName)
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with type parameters of type VcsComponent Modifier and Type Method Description <P extends VcsComponent>
PCreatePlanRepositoryPage. selectVcs(@NotNull Class<P> vcsRepositoryComponentClass)
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
Classes in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository that implement VcsComponent Modifier and Type Class Description class
AbstractVcsComponent
class
CreateSvnComponent
class
EditSvnComponent
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git
Classes in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git that implement VcsComponent Modifier and Type Class Description class
GitVcsComponent
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash
Classes in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash that implement VcsComponent Modifier and Type Class Description class
StashVcsComponent
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.project
Methods in com.atlassian.bamboo.pageobjects.pages.project with type parameters of type VcsComponent Modifier and Type Method Description <P extends VcsComponent>
PProjectRepositoriesPage. addRepository(Class<P> vcsComponentClass, String displayName)
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.specs
Methods in com.atlassian.bamboo.pageobjects.pages.specs with type parameters of type VcsComponent Modifier and Type Method Description <P extends VcsComponent>
SpecsWizardCreationPageSpecsWizardCreationPage. createNewRepository(@NotNull Class<P> vcsRepositoryComponentClass, @NotNull Consumer<P> vacsDetailsPopular)
-
Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.vcs
Methods in com.atlassian.bamboo.pageobjects.pages.vcs with type parameters of type VcsComponent Modifier and Type Method Description <P extends VcsComponent>
PVcsConfigurationComponent. add(Class<P> vcsRepositoryComponentClass)
<P extends VcsComponent>
PVcsConfigurationComponent. add(Class<P> vcsRepositoryComponentClass, String displayName)
<P extends VcsComponent>
PVcsConfigurationComponent. edit(Class<P> vcsRepositoryComponentClass)
<P extends VcsComponent>
PVcsConfigurationComponent. edit(Class<P> vcsRepositoryComponentClass, long repositoryId)
<P extends VcsComponent>
PVcsConfigurationComponent. edit(Class<P> vcsRepositoryComponentClass, String displayName)
-