Class RestRepository
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.repository.RestRepository
-
public class RestRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description RestRepository(Long id, String name, String url, boolean rssEnabled)
RestRepository(Long id, String name, String url, boolean rssEnabled, String projectKey, String projectName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
generateProjectRepositoryUrl(long repositoryId, String baseUrl, String projectKey)
static String
generateUrl(long repositoryId, String baseUrl)
Long
getId()
String
getName()
String
getProjectKey()
String
getProjectName()
String
getUrl()
boolean
isRssEnabled()
-