Class StashProjectEntity
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashProjectEntity
- All Implemented Interfaces:
NameProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Project,
StashProjectEntity> -
Constructor Summary
ConstructorDescriptionStashProjectEntity
(String key, long id, String name, @Nullable String description, boolean aPublic, String type) -
Method Summary
-
Field Details
-
FROM_PROJECT
public static final com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Project,StashProjectEntity> FROM_PROJECT
-
-
Constructor Details
-
StashProjectEntity
-
-
Method Details
-
getKey
-
getId
public long getId() -
getName
- Specified by:
getName
in interfaceNameProvider
-
getDescription
-
isPublic
public boolean isPublic() -
getType
-