Package io.jenkins.blueocean.rest.model
Class BlueTestResult
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueTestResult
- All Implemented Interfaces:
Reachable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
STATUS
- See Also:
-
DURATION
- See Also:
-
NAME
- See Also:
-
ID
- See Also:
-
AGE
- See Also:
-
STDERR
- See Also:
-
STDOUT
- See Also:
-
HAS_STDLOG
- See Also:
-
STATE
- See Also:
-
ERROR_STACK_TRACE
- See Also:
-
ERROR_DETAILS
- See Also:
-
parent
-
-
Constructor Details
-
BlueTestResult
-
-
Method Details
-
getStatus
-
getTestState
-
getDuration
@Exported(name="duration") public abstract float getDuration() -
getId
-
getAge
@Exported(name="age") public abstract int getAge() -
getName
-
getErrorStackTrace
-
getErrorDetails
-
getStdErr
-
getStdOut
-
hasStdLog
@Exported(name="hasStdLog") public abstract boolean hasStdLog() -
getUniqueId
-
getLink
- Returns:
- Gives
Link
to a reachable Resource or Container
-