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
  • Constructor Details

  • Method Details

    • getTimeZone

      public TimeZone getTimeZone()
    • getName

      public String getName()
    • getExecutionId

      public Long getExecutionId()
    • getStepExecutionCount

      public int getStepExecutionCount()
    • getJobId

      public Long getJobId()
    • getStartDate

      public String getStartDate()
    • getStartTime

      public String getStartTime()
    • getDuration

      public String getDuration()
    • getJobExecution

      public org.springframework.batch.core.JobExecution getJobExecution()
    • isRestartable

      public boolean isRestartable()
    • isAbandonable

      public boolean isAbandonable()
    • isStoppable

      public boolean isStoppable()
    • getJobParametersString

      public String getJobParametersString()
    • getJobParameters

      public Properties getJobParameters()
    • getTaskExecutionId

      public long getTaskExecutionId()
    • isDefined

      public boolean isDefined()