public class ProjectInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
branches |
String |
description |
String |
id |
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