Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Problem |
Problem.clone() |
Problem |
Problem.withDevice(Device device)
Information about the associated device.
|
Problem |
Problem.withJob(ProblemDetail job)
Information about the associated job.
|
Problem |
Problem.withMessage(String message)
A message about the problem's result.
|
Problem |
Problem.withResult(ExecutionResult result)
The problem's result.
|
Problem |
Problem.withResult(String result)
The problem's result.
|
Problem |
Problem.withRun(ProblemDetail run)
Information about the associated run.
|
Problem |
Problem.withSuite(ProblemDetail suite)
Information about the associated suite.
|
Problem |
Problem.withTest(ProblemDetail test)
Information about the associated test.
|
Modifier and Type | Method and Description |
---|---|
List<Problem> |
UniqueProblem.getProblems()
Information about the problems.
|
Modifier and Type | Method and Description |
---|---|
UniqueProblem |
UniqueProblem.withProblems(Problem... problems)
Information about the problems.
|
Modifier and Type | Method and Description |
---|---|
void |
UniqueProblem.setProblems(Collection<Problem> problems)
Information about the problems.
|
UniqueProblem |
UniqueProblem.withProblems(Collection<Problem> problems)
Information about the problems.
|
Copyright © 2018. All rights reserved.