Class WaitActivity


public final class WaitActivity extends ControlActivity
This activity suspends pipeline execution for the specified interval.
  • Constructor Details

    • WaitActivity

      public WaitActivity()
  • Method Details

    • withName

      public WaitActivity withName(String name)
      Set the name property: Activity name.
      Overrides:
      withName in class ControlActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • withDescription

      public WaitActivity withDescription(String description)
      Set the description property: Activity description.
      Overrides:
      withDescription in class ControlActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • withDependsOn

      public WaitActivity withDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      withDependsOn in class ControlActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • withUserProperties

      public WaitActivity withUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      withUserProperties in class ControlActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.
    • waitTimeInSeconds

      public Object waitTimeInSeconds()
      Get the waitTimeInSeconds property: Duration in seconds.
      Returns:
      the waitTimeInSeconds value.
    • withWaitTimeInSeconds

      public WaitActivity withWaitTimeInSeconds(Object waitTimeInSeconds)
      Set the waitTimeInSeconds property: Duration in seconds.
      Parameters:
      waitTimeInSeconds - the waitTimeInSeconds value to set.
      Returns:
      the WaitActivity object itself.
    • validate

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