Class StashProjectEntity

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.StashProjectEntity
All Implemented Interfaces:
NameProvider

public class StashProjectEntity extends Object implements NameProvider
  • 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

      public StashProjectEntity(String key, long id, String name, @Nullable @Nullable String description, boolean aPublic, String type)
  • Method Details

    • getKey

      public String getKey()
    • getId

      public long getId()
    • getName

      public String getName()
      Specified by:
      getName in interface NameProvider
    • getDescription

      @Nullable public @Nullable String getDescription()
    • isPublic

      public boolean isPublic()
    • getType

      public String getType()