Uses of Class
com.atlassian.bamboo.plugins.stash.rest.entity.StashProjectEntity
-
Packages that use StashProjectEntity Package Description com.atlassian.bamboo.plugins.stash.rest.entity -
-
Uses of StashProjectEntity in com.atlassian.bamboo.plugins.stash.rest.entity
Fields in com.atlassian.bamboo.plugins.stash.rest.entity with type parameters of type StashProjectEntity Modifier and Type Field Description static com.google.common.base.Function<com.atlassian.stash.rest.client.api.entity.Project,StashProjectEntity>
StashProjectEntity. FROM_PROJECT
Constructors in com.atlassian.bamboo.plugins.stash.rest.entity with parameters of type StashProjectEntity Constructor Description StashRepositoryEntity(String slug, long id, String name, boolean isPublic, boolean hasCloneLink, String sshCloneUrl, StashProjectEntity project)
-