Package com.atlassian.bamboo.repository
Class ReflectionRepositoryAccessor.StashRepositoryAccessor
java.lang.Object
com.atlassian.bamboo.repository.ReflectionRepositoryAccessor.StashRepositoryAccessor
- Enclosing class:
- ReflectionRepositoryAccessor
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable com.atlassian.applinks.api.ApplicationLink
getApplicationLink
(Repository stashRepository) static @NotNull String
getApplicationLinkId
(VcsLocationDefinition vcsLocation) static Method
getApplicationLinkMethod
(Class<? extends Repository> stashRepositoryClass) static String
getStashProjectKey
(Repository repository) static @NotNull String
getStashProjectKey
(VcsLocationDefinition vcsLocation) static Method
getStashProjectKeyMethod
(Class<? extends Repository> stashRepositoryClass) static String
getStashRepositorySlug
(Repository repository) static @NotNull String
getStashRepositorySlug
(VcsLocationDefinition vcsLocation) static Method
getStashRepositorySlugMethod
(Class<? extends Repository> stashRepositoryClass) static boolean
isStashRepository
(Repository repository) static boolean
isStashRepository
(VcsRepositoryData repositoryDefinition)
-
Method Details
-
getStashProjectKeyMethod
-
getStashRepositorySlugMethod
-
getApplicationLinkMethod
-
getApplicationLink
@Nullable public static @Nullable com.atlassian.applinks.api.ApplicationLink getApplicationLink(Repository stashRepository) -
getApplicationLinkId
-
isStashRepository
-
isStashRepository
-
getStashRepositorySlug
-
getStashRepositorySlug
-
getStashProjectKey
-
getStashProjectKey
-