Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder
Packages that use CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder
-
Uses of CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return CrossNodesCommunication.InvalidateEnvironmentCacheRequest.BuilderModifier and TypeMethodDescriptionCrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.addAllEnvironmentsToRefresh
(Iterable<? extends Long> values) repeated int64 environmentsToRefresh = 2;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.addAllEnvironmentsToRemove
(Iterable<? extends Long> values) repeated int64 environmentsToRemove = 3;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.addAllRequirementSets
(Iterable<? extends Long> values) repeated int64 requirementSets = 4;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.addEnvironmentsToRefresh
(long value) repeated int64 environmentsToRefresh = 2;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.addEnvironmentsToRemove
(long value) repeated int64 environmentsToRemove = 3;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.addRequirementSets
(long value) repeated int64 requirementSets = 4;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.clear()
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.clearEnvironmentsToRefresh()
repeated int64 environmentsToRefresh = 2;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.clearEnvironmentsToRemove()
repeated int64 environmentsToRemove = 3;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.clearMetadata()
.com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.clearRequirementSets()
repeated int64 requirementSets = 4;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.mergeFrom
(CrossNodesCommunication.InvalidateEnvironmentCacheRequest other) CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.mergeFrom
(com.google.protobuf.Message other) CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.mergeMetadata
(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.newBuilder()
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.newBuilder
(CrossNodesCommunication.InvalidateEnvironmentCacheRequest prototype) CrossNodesCommunication.InvalidateEnvironmentCacheRequest.newBuilderForType()
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.setEnvironmentsToRefresh
(int index, long value) repeated int64 environmentsToRefresh = 2;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.setEnvironmentsToRemove
(int index, long value) repeated int64 environmentsToRemove = 3;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.setMetadata
(CrossNodesCommunication.Metadata value) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.setMetadata
(CrossNodesCommunication.Metadata.Builder builderForValue) .com.atlassian.bamboo.grpc.Metadata metadata = 1;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.Builder.setRequirementSets
(int index, long value) repeated int64 requirementSets = 4;
CrossNodesCommunication.InvalidateEnvironmentCacheRequest.toBuilder()