Class JobExecutionResource

  • All Implemented Interfaces:
    org.springframework.hateoas.Identifiable<org.springframework.hateoas.Link>

    public class JobExecutionResource
    extends org.springframework.hateoas.ResourceSupport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JobExecution getJobExecution()  
      • Methods inherited from class org.springframework.hateoas.ResourceSupport

        add, add, add, equals, getId, getLink, getLinks, getLinks, hashCode, hasLink, hasLinks, removeLinks, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JobExecutionResource

        public JobExecutionResource​(JobExecution jobExecution)
    • Method Detail