| Package | Description |
|---|---|
| org.rogatio.circlead.control.synchronizer.atlassian.parser | |
| org.rogatio.circlead.model.data | |
| org.rogatio.circlead.model.work |
| Modifier and Type | Method | Description |
|---|---|---|
static org.jsoup.nodes.Element |
Parser.createTeamEntryTable(java.util.List<TeamEntry> teamentries,
ISynchronizer synchronizer,
boolean activatedLinks) |
Creates the team entry table.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TeamEntry> |
TeamDataitem.getTeams() |
Gets the teams.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TeamDataitem.addTeamEntry(TeamEntry teamEntry) |
Adds the team entry.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TeamDataitem.setTeamEntries(java.util.List<TeamEntry> teams) |
Sets the team entries.
|
void |
TeamDataitem.setTeams(java.util.List<TeamEntry> teams) |
Sets the teams.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TeamEntry> |
Team.getTeamEntries() |
Gets the team entries.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Team.addTeamEnty(TeamEntry teamEntry) |
Adds the team enty.
|