Class StashRepositoryEntity

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashRepositoryEntity
All Implemented Interfaces:
NameProvider

public class StashRepositoryEntity extends Object implements NameProvider
  • Field Details

    • FROM_REPOSITORY

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

    • StashRepositoryEntity

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

    • getSlug

      public String getSlug()
    • getId

      public long getId()
    • getName

      public String getName()
      Specified by:
      getName in interface NameProvider
    • isPublic

      public boolean isPublic()
    • hasCloneLink

      public boolean hasCloneLink()
    • getSshCloneUrl

      public String getSshCloneUrl()