Package io.cucumber.messages
Interface Messages.TestStepFinished.TestStepResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.TestStepFinished.TestStepResult
,Messages.TestStepFinished.TestStepResult.Builder
- Enclosing class:
- Messages.TestStepFinished
public static interface Messages.TestStepFinished.TestStepResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.Duration
getDuration()
.io.cucumber.messages.Duration duration = 3;
Messages.DurationOrBuilder
getDurationOrBuilder()
.io.cucumber.messages.Duration duration = 3;
String
getMessage()
string message = 2;
com.google.protobuf.ByteString
getMessageBytes()
string message = 2;
Messages.TestStepFinished.TestStepResult.Status
getStatus()
.io.cucumber.messages.TestStepFinished.TestStepResult.Status status = 1;
int
getStatusValue()
.io.cucumber.messages.TestStepFinished.TestStepResult.Status status = 1;
boolean
getWillBeRetried()
bool will_be_retried = 4;
boolean
hasDuration()
.io.cucumber.messages.Duration duration = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStatusValue
int getStatusValue()
.io.cucumber.messages.TestStepFinished.TestStepResult.Status status = 1;
-
getStatus
Messages.TestStepFinished.TestStepResult.Status getStatus()
.io.cucumber.messages.TestStepFinished.TestStepResult.Status status = 1;
-
getMessage
String getMessage()
string message = 2;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
string message = 2;
-
hasDuration
boolean hasDuration()
.io.cucumber.messages.Duration duration = 3;
-
getDuration
Messages.Duration getDuration()
.io.cucumber.messages.Duration duration = 3;
-
getDurationOrBuilder
Messages.DurationOrBuilder getDurationOrBuilder()
.io.cucumber.messages.Duration duration = 3;
-
getWillBeRetried
boolean getWillBeRetried()
bool will_be_retried = 4;
-
-