Interface BitbucketBuildStatusNotifier
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
CloudBuildStatusNotifier,ServerBuildStatusNotifier
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(EndpointType type) Returns if this implementation supports the given endpoint type.voidsendBuildStatus(BitbucketBuildStatus status, BitbucketAuthenticatedClient client)
-
Method Details
-
isApplicable
Returns if this implementation supports the given endpoint type.- Parameters:
type- of the endpoint- Returns:
trueif this implementation can manage API for this endpoint,falseotherwise.
-
sendBuildStatus
void sendBuildStatus(@NonNull BitbucketBuildStatus status, @NonNull BitbucketAuthenticatedClient client) throws IOException - Throws:
IOException
-