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