@Immutable public class TestParserTask extends Object implements Task
Modifier and Type | Class and Description |
---|---|
static interface |
TestParserTask.Config |
static class |
TestParserTask.TestParserType |
Task.TaskType
Constructor and Description |
---|
TestParserTask(TestParserTask.TestParserType type,
Iterable<String> testResults) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getTestResults() |
TestParserTask.TestParserType |
getType() |
int |
hashCode() |
String |
toString() |
public TestParserTask(@NotNull TestParserTask.TestParserType type, @NotNull Iterable<String> testResults)
@NotNull public TestParserTask.TestParserType getType()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.