Class SimpleJobTrigger


  • public class SimpleJobTrigger
    extends JobTrigger

    Java class for simpleJobTrigger complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="simpleJobTrigger">
       <complexContent>
         <extension base="{http://www.pentaho.com/schema/}jobTrigger">
           <sequence>
             <element name="repeatCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="repeatInterval" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • repeatCount

        protected int repeatCount
      • repeatInterval

        protected long repeatInterval
    • Constructor Detail

      • SimpleJobTrigger

        public SimpleJobTrigger()
    • Method Detail

      • getRepeatCount

        public int getRepeatCount()
        Gets the value of the repeatCount property.
      • setRepeatCount

        public void setRepeatCount​(int value)
        Sets the value of the repeatCount property.
      • getRepeatInterval

        public long getRepeatInterval()
        Gets the value of the repeatInterval property.
      • setRepeatInterval

        public void setRepeatInterval​(long value)
        Sets the value of the repeatInterval property.