Uses of Enum Class
com.atlassian.bamboo.cluster.event.CrossNodesEvent.Type
Packages that use CrossNodesEvent.Type
Package
Description
-
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event
Methods in com.atlassian.bamboo.cluster.event that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeCrossNodesEvent.getType()Returns the type of the event.static CrossNodesEvent.TypeReturns the enum constant of this class with the specified name.static CrossNodesEvent.Type[]CrossNodesEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.atlassiancache
Methods in com.atlassian.bamboo.cluster.event.atlassiancache that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeAtlassianCacheBulkEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCachedReferenceResetEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCachePutEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCachePutIfAbsentEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCacheRemoveAllEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCacheRemoveByKeyAndValueEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCacheRemoveByKeyEvent.getType()@NotNull CrossNodesEvent.TypeAtlassianCacheReplaceEvent.getType() -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.administration
Methods in com.atlassian.bamboo.cluster.event.bamboo.administration that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeRefreshAdministrationConfigurationEvent.getType() -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.clustermessage
Methods in com.atlassian.bamboo.cluster.event.bamboo.clustermessage that return CrossNodesEvent.Type -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.deployment
Methods in com.atlassian.bamboo.cluster.event.bamboo.deployment that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeInvalidateDeploymentProjectCacheEvent.getType()@NotNull CrossNodesEvent.TypeInvalidateEnvironmentCacheEvent.getType() -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.plan
Methods in com.atlassian.bamboo.cluster.event.bamboo.plan that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeHidePlanEvent.getType()@NotNull CrossNodesEvent.TypeHideStageEvent.getType()@NotNull CrossNodesEvent.TypeInvalidateAllLatestResultSummariesEvent.getType()@NotNull CrossNodesEvent.TypeInvalidateBuildNumbersRangeEvent.getType()@NotNull CrossNodesEvent.TypeInvalidateLatestResultSummaryEvent.getType()@NotNull CrossNodesEvent.TypeInvalidatePlanCacheEvent.getType()@NotNull CrossNodesEvent.TypeInvalidateSpecsStateForPlanRequestEvent.getType() -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.repository
Methods in com.atlassian.bamboo.cluster.event.bamboo.repository that return CrossNodesEvent.Type -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.serverlifecycle
Methods in com.atlassian.bamboo.cluster.event.bamboo.serverlifecycle that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeRefreshClusterLifecycleStateEvent.getType() -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.bamboo.session
Methods in com.atlassian.bamboo.cluster.event.bamboo.session that return CrossNodesEvent.TypeModifier and TypeMethodDescription@NotNull CrossNodesEvent.TypeInvalidateUserSessionsEvent.getType() -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.event.plugin
Methods in com.atlassian.bamboo.cluster.event.plugin that return CrossNodesEvent.TypeConstructors in com.atlassian.bamboo.cluster.event.plugin with parameters of type CrossNodesEvent.TypeModifierConstructorDescriptionprotectedPluginCrossNodesEvent(CrossNodesEvent.Type eventType, @Nullable String pluginKey, int pluginsVersion, @Nullable String pluginName, @NotNull TestModeEnum testMode) -
Uses of CrossNodesEvent.Type in com.atlassian.bamboo.cluster.tape
Fields in com.atlassian.bamboo.cluster.tape with type parameters of type CrossNodesEvent.TypeModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableMap<CrossNodesEvent.Type,Long> TapePerNodeLocalQueueWithStats.QueueStats.addCounterByEventTypeTopN