public class StashRepositoryEntity extends Object implements NameProvider
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Repository,StashRepositoryEntity> |
FROM_REPOSITORY |
Constructor and Description |
---|
StashRepositoryEntity(String slug,
long id,
String name,
boolean isPublic,
boolean hasCloneLink,
String sshCloneUrl,
StashProjectEntity project) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getName() |
String |
getSlug() |
String |
getSshCloneUrl() |
boolean |
hasCloneLink() |
boolean |
isPublic() |
public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Repository,StashRepositoryEntity> FROM_REPOSITORY
public StashRepositoryEntity(String slug, long id, String name, boolean isPublic, boolean hasCloneLink, String sshCloneUrl, StashProjectEntity project)
public String getSlug()
public long getId()
public String getName()
getName
in interface NameProvider
public boolean isPublic()
public boolean hasCloneLink()
public String getSshCloneUrl()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.