Class StashRepositoryEntity
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashRepositoryEntity
- All Implemented Interfaces:
NameProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Repository,
StashRepositoryEntity> -
Constructor Summary
ConstructorDescriptionStashRepositoryEntity
(String slug, long id, String name, boolean isPublic, boolean hasCloneLink, String sshCloneUrl, StashProjectEntity project) -
Method Summary
-
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
-
getId
public long getId() -
getName
- Specified by:
getName
in interfaceNameProvider
-
isPublic
public boolean isPublic() -
hasCloneLink
public boolean hasCloneLink() -
getSshCloneUrl
-