public class BuildReport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildReport.AffectedFile |
static class |
BuildReport.Change |
static class |
BuildReport.TestResult |
static class |
BuildReport.TestSummary |
| Constructor and Description |
|---|
BuildReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChange(ChangeLogSet.Entry entry) |
void |
initChanges() |
void |
initTestSummary() |
void |
setFailTest(int count) |
void |
setSkipTest(int count) |
void |
setTotalTest(int count) |
public void addChange(ChangeLogSet.Entry entry)
public void initChanges()
public void initTestSummary()
public void setTotalTest(int count)
public void setFailTest(int count)
public void setSkipTest(int count)
Copyright © 2016–2024. All rights reserved.