Uses of Interface
com.atlassian.bamboo.testutils.RepositoryDescriptor

Packages that use RepositoryDescriptor
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.testutils.vcs.git   
 

Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils
 

Classes in com.atlassian.bamboo.testutils that implement RepositoryDescriptor
 class CvsRepositoryDescriptor
           
 class FilebasedRepositoryDescriptor
           
 class PublicRepositoryDescriptor
           
 class SvnRepositoryDescriptor
           
 

Methods in com.atlassian.bamboo.testutils that return RepositoryDescriptor
 RepositoryDescriptor TestBuildDetails.getRepositoryDescriptor()
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type RepositoryDescriptor
static void LocalRepositorySetupHelper.destroyTempRepository(RepositoryDescriptor descriptor)
           
 void TestBuildDetails.setRepositoryDescriptor(RepositoryDescriptor repositoryDescriptor)
           
 TestBuildDetailsBuilder TestBuildDetailsBuilder.withGit(RepositoryDescriptor repositoryDescriptor)
           
 

Uses of RepositoryDescriptor in com.atlassian.bamboo.testutils.vcs.git
 

Classes in com.atlassian.bamboo.testutils.vcs.git that implement RepositoryDescriptor
 class GitRepositoryDescriptor
           
 

Methods in com.atlassian.bamboo.testutils.vcs.git with parameters of type RepositoryDescriptor
static void GitRepositoryHelper.touch(RepositoryDescriptor remoteRepository)
           
static void GitRepositoryHelper.touch(RepositoryDescriptor remoteRepository, java.lang.String comment)
           
static void GitRepositoryHelper.touch(RepositoryDescriptor remoteRepository, java.lang.String pathToTouch, java.lang.String comment)
           
 



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