Modifier and Type | Field and Description |
---|---|
private java.util.List<InfoItem> |
InfoScmResult.infoItems |
Modifier and Type | Method and Description |
---|---|
java.util.List<InfoItem> |
InfoScmResult.getInfoItems() |
Constructor and Description |
---|
InfoScmResult(java.util.List<InfoItem> infoItems,
ScmResult result) |
InfoScmResult(java.lang.String commandLine,
java.util.List<InfoItem> files) |
Modifier and Type | Class and Description |
---|---|
class |
GitInfoItem |
Modifier and Type | Field and Description |
---|---|
private java.util.List<InfoItem> |
GitInfoConsumer.infoItems |
Modifier and Type | Method and Description |
---|---|
java.util.List<InfoItem> |
GitInfoConsumer.getInfoItems() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<InfoItem> |
HgInfoConsumer.infoItems |
Modifier and Type | Method and Description |
---|---|
java.util.List<InfoItem> |
HgInfoConsumer.getInfoItems() |
Modifier and Type | Class and Description |
---|---|
class |
SvnInfoItem
Deprecated.
use
InfoItem |
Modifier and Type | Field and Description |
---|---|
private InfoItem |
SvnInfoConsumer.currentItem |
Modifier and Type | Field and Description |
---|---|
private java.util.List<InfoItem> |
SvnInfoConsumer.infoItems |
Modifier and Type | Method and Description |
---|---|
java.util.List<InfoItem> |
SvnInfoConsumer.getInfoItems() |