public class ProjectInfo extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
branches |
String |
description |
String |
id |
Map<String,LabelTypeInfo> |
labels |
String |
name |
String |
parent |
ProjectState |
state |
List<WebLinkInfo> |
webLinks |
Constructor and Description |
---|
ProjectInfo() |
public String id
public String name
public String parent
public String description
public ProjectState state
public List<WebLinkInfo> webLinks
public Map<String,LabelTypeInfo> labels