Class MonkeyBuilder

All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep

public class MonkeyBuilder extends AbstractBuilder
  • Field Details

    • filename

      @Exported public final String filename
      File to write monkey results to.
    • packageId

      @Exported public final String packageId
      Package ID to restrict the monkey to.
    • eventCount

      @Exported public final int eventCount
      How many events to perform.
    • throttleMs

      @Exported public final int throttleMs
      How many milliseconds between each event.
    • seed

      @Exported public final String seed
      Seed value for the random number generator. Number, "random", or "timestamp".
    • categories

      @Exported public final String categories
      Categories to restrict the monkey to.
    • extraParameters

      @Exported public final String extraParameters
      Extra command line parameters to pass to monkey.
  • Constructor Details

  • Method Details