Trying to loop through all multi branch pipeline jobs and getting the Build Trigger property Build Periodically.
I'm looking through APIs and the Jenkins GitHub but can't find the methods of org.jenkinsci.plugins.workflow.job.WorkflowJob to get this property.
I also need to set these properties if they are not set, so a link to an API would be helpful.