public class StashProjectEntity extends Object implements NameProvider
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Project,StashProjectEntity> |
FROM_PROJECT |
Constructor and Description |
---|
StashProjectEntity(String key,
long id,
String name,
String description,
boolean aPublic,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
long |
getId() |
String |
getKey() |
String |
getName() |
String |
getType() |
boolean |
isPublic() |
public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Project,StashProjectEntity> FROM_PROJECT
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.