Uses of Class
io.jenkins.plugins.xygeni.saltbuildstep.model.Item
-
Packages that use Item Package Description io.jenkins.plugins.xygeni.saltbuildstep io.jenkins.plugins.xygeni.saltcommand -
-
Uses of Item in io.jenkins.plugins.xygeni.saltbuildstep
Methods in io.jenkins.plugins.xygeni.saltbuildstep that return types with arguments of type Item Modifier and Type Method Description List<Item>
SaltAtAddStep. getItems()
List<Item>
SaltAtRunStep. getItems()
Method parameters in io.jenkins.plugins.xygeni.saltbuildstep with type arguments of type Item Modifier and Type Method Description void
SaltAtAddStep. setItems(List<Item> items)
void
SaltAtRunStep. setItems(List<Item> items)
-
Uses of Item in io.jenkins.plugins.xygeni.saltcommand
Constructor parameters in io.jenkins.plugins.xygeni.saltcommand with type arguments of type Item Constructor Description XygeniSaltAtAddCommandBuilder(List<Item> items)
XygeniSaltAtRunCommandBuilder(Integer maxout, String step, Integer maxerr, Integer timeout, List<Item> items, String commandline)
-