Uses of Enum Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.ResultStatus.Status
Packages that use CrossNodesCommunication.ResultStatus.Status
-
Uses of CrossNodesCommunication.ResultStatus.Status in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return CrossNodesCommunication.ResultStatus.StatusModifier and TypeMethodDescriptionCrossNodesCommunication.ResultStatus.Status.forNumber(int value) CrossNodesCommunication.ResultStatus.Builder.getStatus().com.atlassian.bamboo.grpc.ResultStatus.Status status = 1;CrossNodesCommunication.ResultStatus.getStatus().com.atlassian.bamboo.grpc.ResultStatus.Status status = 1;CrossNodesCommunication.ResultStatusOrBuilder.getStatus().com.atlassian.bamboo.grpc.ResultStatus.Status status = 1;CrossNodesCommunication.ResultStatus.Status.valueOf(int value) Deprecated.CrossNodesCommunication.ResultStatus.Status.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.CrossNodesCommunication.ResultStatus.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.grpc that return types with arguments of type CrossNodesCommunication.ResultStatus.StatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CrossNodesCommunication.ResultStatus.Status>CrossNodesCommunication.ResultStatus.Status.internalGetValueMap()Methods in com.atlassian.bamboo.grpc with parameters of type CrossNodesCommunication.ResultStatus.StatusModifier and TypeMethodDescriptionCrossNodesCommunication.ResultStatus.Builder.setStatus(CrossNodesCommunication.ResultStatus.Status value) .com.atlassian.bamboo.grpc.ResultStatus.Status status = 1; -
Uses of CrossNodesCommunication.ResultStatus.Status in com.atlassian.bamboo.grpc.receiver
Methods in com.atlassian.bamboo.grpc.receiver that return CrossNodesCommunication.ResultStatus.StatusModifier and TypeMethodDescriptionEventsReceiverServiceAdditions.reduceResultsToStatus(List<Pair<Long, Long>> input) Methods in com.atlassian.bamboo.grpc.receiver with parameters of type CrossNodesCommunication.ResultStatus.StatusModifier and TypeMethodDescriptionEventsReceiverServiceAdditions.createResponse(CrossNodesCommunication.ResultStatus.Status status) Creates a gRPC CommonResponse with the specified status.