Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following methods are available to be used on the Project object in the template script.

...

MassloadTrigger addPollSCMTrigger(int pIntervalMinutes, String pStreamName,
String pEnvironmentName)
MassloadTrigger addScheduledBuildTrigger(String pCronExpression, String pStreamName,
String pEnvironment)
MassloadTrigger addScheduledDeployTrigger(String pCronExpression, String pStreamName,
String pEnvironment)
MassloadTrigger addPostBuildTrigger(String pStreamName, String pEnvironment)
The following methods are available on the returned MassloadTrigger object so inputs and flex fields can be added to the trigger.
addFlexField(String pFlexFieldName, String pValue)
addInput(String pInputName, String pValue)
Anchor_Toc451009281_Toc451009281 Anchor_Toc432857561_Toc432857561Test Automation