Uses of Interface
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.VcsComponent

Packages that use VcsComponent
com.atlassian.bamboo.pageobjects.pages.admin   
com.atlassian.bamboo.pageobjects.pages.plan.configuration   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git   
com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.stash   
com.atlassian.bamboo.pageobjects.pages.vcs   
 

Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.admin
 

Methods in com.atlassian.bamboo.pageobjects.pages.admin with type parameters of type VcsComponent
<P extends VcsComponent>
P
SharedRepositoriesPage.addRepository(java.lang.Class<P> vcsComponentClass, java.lang.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
<P extends VcsComponent>
P
CreatePlanPage.selectVcs(java.lang.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
 class AbstractVcsComponent
           
 class CreateHgComponent
           
 class CreateSvnComponent
           
 class EditSvnComponent
           
 class NoneVcsComponent
           
 

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
 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
 class StashVcsComponent
           
 

Uses of VcsComponent in com.atlassian.bamboo.pageobjects.pages.vcs
 

Methods in com.atlassian.bamboo.pageobjects.pages.vcs with type parameters of type VcsComponent
<P extends VcsComponent>
P
VcsConfigurationComponent.add(java.lang.Class<P> vcsRepositoryComponentClass)
           
<P extends VcsComponent>
P
VcsConfigurationComponent.add(java.lang.Class<P> vcsRepositoryComponentClass, java.lang.String displayName)
           
<P extends VcsComponent>
P
VcsConfigurationComponent.edit(java.lang.Class<P> vcsRepositoryComponentClass)
           
<P extends VcsComponent>
P
VcsConfigurationComponent.edit(java.lang.Class<P> vcsRepositoryComponentClass, long repositoryId)
           
<P extends VcsComponent>
P
VcsConfigurationComponent.edit(java.lang.Class<P> vcsRepositoryComponentClass, java.lang.String displayName)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.