Class RestRepository
java.lang.Object
com.atlassian.bamboo.rest.model.repository.RestRepository
-
Constructor Summary
ConstructorDescriptionRestRepository
(Long id, String name, String url, boolean rssEnabled) RestRepository
(Long id, String name, String url, boolean rssEnabled, String projectKey, String projectName) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
generateProjectRepositoryUrl
(long repositoryId, String baseUrl, String projectKey) static String
generateUrl
(long repositoryId, String baseUrl) getId()
getName()
getUrl()
boolean
-
Constructor Details
-
RestRepository
-
RestRepository
-
-
Method Details
-
getId
-
getName
-
getUrl
-
isRssEnabled
public boolean isRssEnabled() -
getProjectKey
-
getProjectName
-
generateUrl
-
generateProjectRepositoryUrl
-