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