Uses of Class
org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob.repeatable.JobArgument
Package | Description |
---|---|
org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob |
-
Uses of JobArgument in org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob
Methods in org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob that return types with arguments of type JobArgument Modifier and Type Method Description List<JobArgument>
RunJobBuilder. getJobArguments()
Method parameters in org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob with type arguments of type JobArgument Modifier and Type Method Description void
RunJobBuilder. setJobArguments(List<JobArgument> jobArguments)
Constructor parameters in org.jenkinsci.plugins.osfbuildersuiteforsfcc.runjob with type arguments of type JobArgument Constructor Description RunJobBuilder(String hostname, String ocCredentialsId, String ocVersion, String jobName, List<JobArgument> jobArguments, Boolean waitForJobToFinish)