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

    • QuartzEndpointProperties

      public QuartzEndpointProperties()
  • Method Details

    • getShowValues

      public org.springframework.boot.actuate.endpoint.Show getShowValues()
    • setShowValues

      public void setShowValues(org.springframework.boot.actuate.endpoint.Show showValues)
    • getRoles

      public Set<String> getRoles()