Class StashRepositoryEntity

    • Field Detail

      • FROM_REPOSITORY

        public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Repository,​StashRepositoryEntity> FROM_REPOSITORY
    • Constructor Detail

      • StashRepositoryEntity

        public StashRepositoryEntity​(String slug,
                                     long id,
                                     String name,
                                     boolean isPublic,
                                     boolean hasCloneLink,
                                     String sshCloneUrl,
                                     StashProjectEntity project)
    • Method Detail

      • getSlug

        public String getSlug()
      • getId

        public long getId()
      • isPublic

        public boolean isPublic()
      • hasCloneLink

        public boolean hasCloneLink()
      • getSshCloneUrl

        public String getSshCloneUrl()