Class JobExecutionThinResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<JobExecutionThinResource>
org.springframework.cloud.dataflow.rest.resource.JobExecutionThinResource
public class JobExecutionThinResource
extends org.springframework.hateoas.RepresentationModel<JobExecutionThinResource>
A HATEOAS representation of a JobExecution without the StepExecutions.
- Since:
- 2.0
- Author:
- Glenn Renfro, Corneil du Plessis
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionJobExecutionThinResource
(TaskJobExecution taskJobExecution, TimeZone timeZone) -
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
-
JobExecutionThinResource
-
-
Method Details
-
getTimeZone
-
getName
-
getExecutionId
-
getStepExecutionCount
public int getStepExecutionCount() -
getJobId
-
getStartDate
-
getStartTime
-
getDuration
-
getInstanceId
-
isRestartable
public boolean isRestartable() -
isAbandonable
public boolean isAbandonable() -
isStoppable
public boolean isStoppable() -
getJobParametersString
-
getJobParameters
-
getStatus
public org.springframework.batch.core.BatchStatus getStatus() -
getStartDateTime
-
getTaskExecutionId
public long getTaskExecutionId() -
isDefined
public boolean isDefined()
-