Uses of Class
org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy.repeatable.SourcePath
| Package | Description |
|---|---|
| org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy |
-
Uses of SourcePath in org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy
Methods in org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy that return types with arguments of type SourcePath Modifier and Type Method Description List<SourcePath>DeployBuilder. getSourcePaths()Method parameters in org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy with type arguments of type SourcePath Modifier and Type Method Description voidDeployBuilder. setSourcePaths(List<SourcePath> sourcePaths)Constructor parameters in org.jenkinsci.plugins.osfbuildersuiteforsfcc.deploy with type arguments of type SourcePath Constructor Description DeployBuilder(String hostname, String tfCredentialsId, String ocCredentialsId, String ocVersion, String buildVersion, Boolean createBuildInfoCartridge, Boolean activateBuild, List<SourcePath> sourcePaths, String tempDirectory)