Class ReflectionRepositoryAccessor.StashRepositoryAccessor

    • Method Detail

      • getStashProjectKeyMethod

        public static Method getStashProjectKeyMethod​(Class<? extends Repository> stashRepositoryClass)
      • getStashRepositorySlugMethod

        public static Method getStashRepositorySlugMethod​(Class<? extends Repository> stashRepositoryClass)
      • getApplicationLinkMethod

        public static Method getApplicationLinkMethod​(Class<? extends Repository> stashRepositoryClass)
      • getApplicationLink

        @Nullable
        public static @Nullable com.atlassian.applinks.api.ApplicationLink getApplicationLink​(Repository stashRepository)
      • isStashRepository

        public static boolean isStashRepository​(Repository repository)
      • isStashRepository

        public static boolean isStashRepository​(VcsRepositoryData repositoryDefinition)
      • getStashRepositorySlug

        public static String getStashRepositorySlug​(Repository repository)
      • getStashProjectKey

        public static String getStashProjectKey​(Repository repository)