Class TriggeredJobHistoryProperties


  • public final class TriggeredJobHistoryProperties
    extends Object
    TriggeredJobHistory resource specific properties.
    • Constructor Detail

      • TriggeredJobHistoryProperties

        public TriggeredJobHistoryProperties()
    • Method Detail

      • runs

        public List<TriggeredJobRun> runs()
        Get the runs property: List of triggered web job runs.
        Returns:
        the runs value.
      • withRuns

        public TriggeredJobHistoryProperties withRuns​(List<TriggeredJobRun> runs)
        Set the runs property: List of triggered web job runs.
        Parameters:
        runs - the runs value to set.
        Returns:
        the TriggeredJobHistoryProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.