Uses of Class
com.piketec.jenkins.plugins.tpt.WorkLoad
Packages that use WorkLoad
-
Uses of WorkLoad in com.piketec.jenkins.plugins.tpt
Methods in com.piketec.jenkins.plugins.tpt that return WorkLoadModifier and TypeMethodDescriptionstatic WorkLoad
WorkLoad.pollWorkload
(String jobName) Pops the workload from the static HashMap.Methods in com.piketec.jenkins.plugins.tpt with parameters of type WorkLoadModifier and TypeMethodDescriptionstatic void
WorkLoad.putWorkLoad
(String jobName, WorkLoad workloadToAdd) Adds a workload to the static HashMap.