@Path(value="/history") public class HistoryResource extends Object
| Constructor and Description |
|---|
HistoryResource(MasterModel model,
MasterMetrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
com.spotify.helios.common.protocol.TaskStatusEvents |
jobHistory(com.spotify.helios.common.descriptors.JobId jobId)
Returns the
TaskStatusEvents for the specified job. |
public HistoryResource(MasterModel model, MasterMetrics metrics)
@GET
@Produces(value="application/json")
@Path(value="jobs/{id}")
public com.spotify.helios.common.protocol.TaskStatusEvents jobHistory(@PathParam(value="id")
com.spotify.helios.common.descriptors.JobId jobId)
throws com.spotify.helios.common.HeliosException
TaskStatusEvents for the specified job.jobId - The ID of the job.com.spotify.helios.common.HeliosException - If an unexpected error occurs.Copyright © 2017. All rights reserved.