Class QuartzEndpointProperties

java.lang.Object
org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties

@ConfigurationProperties("management.endpoint.quartz") public class QuartzEndpointProperties extends Object
Configuration properties for QuartzEndpoint.
Since:
3.0.0
Author:
Madhura Bhave
  • Constructor Details

    • QuartzEndpointProperties

      public QuartzEndpointProperties()
  • Method Details

    • getShowValues

      public Show getShowValues()
    • setShowValues

      public void setShowValues(Show showValues)
    • getRoles

      public Set<String> getRoles()