Class JobExecutionResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<JobExecutionResource>
org.springframework.cloud.dataflow.rest.resource.JobExecutionResource
public class JobExecutionResource
extends org.springframework.hateoas.RepresentationModel<JobExecutionResource>
A HATEOAS representation of a JobExecution.
- Author:
- Glenn Renfro, Gunnar Hillert, Ilayaperumal Gopinathan, Corneil du Plessis
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
JobExecutionResource
-
-
Method Details
-
getTimeZone
-
getName
-
getExecutionId
-
getStepExecutionCount
public int getStepExecutionCount() -
getJobId
-
getStartDate
-
getStartTime
-
getDuration
-
getJobExecution
public org.springframework.batch.core.JobExecution getJobExecution() -
isRestartable
public boolean isRestartable() -
isAbandonable
public boolean isAbandonable() -
isStoppable
public boolean isStoppable() -
getJobParametersString
-
getJobParameters
-
getTaskExecutionId
public long getTaskExecutionId() -
isDefined
public boolean isDefined()
-