JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.netflix.spinnaker.echo.services
Interface KeelService
public interface
KeelService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
retrofit2.Call<
Void
>
sendArtifactEvent
(
Map
event)
Method Details
sendArtifactEvent
@POST("artifacts/events")
retrofit2.Call<
Void
>
sendArtifactEvent
(@Body
Map
event)