Class EventRegistry
java.lang.Object
com.atlassian.bamboo.testutils.backdoor.EventRegistry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EventRegistry.EventMatcheragentOfflineEvent(long remoteAgentId) static EventRegistry.EventMatcherbranchNameSecurityViolationEvent(String blockedValue) static EventRegistry.EventMatcherchainCompletedEvent(PlanResultKey planResultKey) static EventRegistry.EventMatcherinsecurePRMetadataEvent(String blockedValue, String rejectedValueType) static EventRegistry.EventMatcherrssErrorEvent(PlanResultKey planResultKey) static EventRegistry.EventMatcherrssPlanSavedEvent(PlanResultKey planResultKey) static EventRegistry.EventMatcherrssSuccessfulEvent(PlanResultKey planResultKey)
-
Field Details
-
CHAIN_COMPLETED_EVENT
- See Also:
-
RSS_PLAN_SAVED_EVENT
- See Also:
-
RSS_ERROR_EVENT
- See Also:
-
RSS_RUN_SUCCESSFUL_EVENT
- See Also:
-
AGENT_OFFLINE_EVENT
- See Also:
-
BRANCH_NAME_SECURITY_VIOLATION_EVENT
- See Also:
-
INSECURE_PR_METADATA_EVENT
- See Also:
-
-
Method Details
-
agentOfflineEvent
-
branchNameSecurityViolationEvent
-
insecurePRMetadataEvent
public static EventRegistry.EventMatcher insecurePRMetadataEvent(String blockedValue, String rejectedValueType) -
rssErrorEvent
-
rssSuccessfulEvent
-
chainCompletedEvent
-
rssPlanSavedEvent
-