Uses of Class
io.jenkins.plugins.ksm.KsmApplication
-
Packages that use KsmApplication Package Description io.jenkins.plugins.ksm.builder io.jenkins.plugins.ksm.workflow -
-
Uses of KsmApplication in io.jenkins.plugins.ksm.builder
Methods in io.jenkins.plugins.ksm.builder that return types with arguments of type KsmApplication Modifier and Type Method Description List<KsmApplication>
KsmBuildWrapper. getApplication()
Constructor parameters in io.jenkins.plugins.ksm.builder with type arguments of type KsmApplication Constructor Description KsmBuildWrapper(List<KsmApplication> application)
KsmBuildWrapper(List<KsmApplication> application, KsmNotation notation)
-
Uses of KsmApplication in io.jenkins.plugins.ksm.workflow
Methods in io.jenkins.plugins.ksm.workflow that return types with arguments of type KsmApplication Modifier and Type Method Description List<KsmApplication>
KsmStep. getApplication()
Method parameters in io.jenkins.plugins.ksm.workflow with type arguments of type KsmApplication Modifier and Type Method Description void
KsmStep. setApplication(List<KsmApplication> application)
Constructor parameters in io.jenkins.plugins.ksm.workflow with type arguments of type KsmApplication Constructor Description KsmStep(List<KsmApplication> application)
-