Class SpaceProject
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.pojo.SpaceProject
-
public class SpaceProject extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpaceProject.Key
-
Constructor Summary
Constructors Constructor Description SpaceProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
SpaceProject.Key
getKey()
String
getName()
List<SpaceRepositoryDTO>
getRepos()
boolean
isPrivate()
-
-
-
Method Detail
-
isPrivate
public boolean isPrivate()
-
getRepos
@NotNull public List<SpaceRepositoryDTO> getRepos()
-
getName
@NotNull public String getName()
-
getId
@NotNull public String getId()
-
getKey
@NotNull public SpaceProject.Key getKey()
-
-