Interface BitbucketBuildStatusNotifier

All Superinterfaces:
ExtensionPoint
All Known Implementing Classes:
CloudBuildStatusNotifier, ServerBuildStatusNotifier

public interface BitbucketBuildStatusNotifier extends ExtensionPoint
  • Method Details

    • isApplicable

      boolean isApplicable(@NonNull EndpointType type)
      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