Interface | Description |
---|---|
LaunchConstrainer |
This interface provides methods which govern and react to Launch Operations.
|
Class | Description |
---|---|
AllLaunchConstrainer |
A
LaunchConstrainer combinator that ensures that all the given constrainers are satisfied before launching a
task. |
TestingLaunchConstrainer |
LaunchConstrainer that makes it easy to enable/disable launches for testing. |
TimedLaunchConstrainer |
Implements a
LaunchConstrainer that requires a minimum number of seconds to elapse between launches, for
rate-limiting purposes. |
UnconstrainedLaunchConstrainer |
Implementation of
LaunchConstrainer that always allows launches. |