Class RestRepository
- java.lang.Object
-
- com.atlassian.bamboo.testutils.rest.entity.RestRepository
-
@Immutable public class RestRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description RestRepository(String name, long repositoryId, long rootRepositoryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
long
getRepositoryId()
long
getRootRepositoryId()
-