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 TypeMethodDescriptionboolean
isApplicable
(EndpointType type) Returns if this implementation supports the given endpoint type.void
sendBuildStatus
(BitbucketBuildStatus status, BitbucketAuthenticatedClient client)
-
Method Details
-
isApplicable
Returns if this implementation supports the given endpoint type.- Parameters:
type
- of the endpoint- Returns:
true
if this implementation can manage API for this endpoint,false
otherwise.
-
sendBuildStatus
void sendBuildStatus(@NonNull BitbucketBuildStatus status, @NonNull BitbucketAuthenticatedClient client) throws IOException - Throws:
IOException
-