Uses of Class
com.atlassian.bamboo.grpc.TestModeEnum
-
Packages that use TestModeEnum Package Description com.atlassian.bamboo.cluster.event com.atlassian.bamboo.cluster.event.plan com.atlassian.bamboo.grpc -
-
Uses of TestModeEnum in com.atlassian.bamboo.cluster.event
Methods in com.atlassian.bamboo.cluster.event with parameters of type TestModeEnum Modifier and Type Method Description CrossNodesCommunication.Metadata
MetadataInfo. toGrpcRequestMessage(boolean handleByDeadLetterQueue, TestModeEnum testMode)
-
Uses of TestModeEnum in com.atlassian.bamboo.cluster.event.plan
Methods in com.atlassian.bamboo.cluster.event.plan with parameters of type TestModeEnum Modifier and Type Method Description InvalidatePlanCacheEvent.Builder
InvalidatePlanCacheEvent.Builder. testMode(@NotNull TestModeEnum testMode)
-
Uses of TestModeEnum in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return TestModeEnum Modifier and Type Method Description static TestModeEnum
TestModeEnum. fromValue(int value)
static TestModeEnum
TestModeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestModeEnum[]
TestModeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-