Uses of Class
org.ow2.clif.jenkins.model.Probe
-
Packages that use Probe Package Description org.ow2.clif.jenkins.model org.ow2.clif.jenkins.parser.clif -
-
Uses of Probe in org.ow2.clif.jenkins.model
Methods in org.ow2.clif.jenkins.model that return types with arguments of type Probe Modifier and Type Method Description List<Probe>
TestPlan. getProbes()
List<Probe>
TestPlan. getProbesByServer(String serverName)
Methods in org.ow2.clif.jenkins.model with parameters of type Probe Modifier and Type Method Description void
TestPlan. addProbe(Probe probe)
Method parameters in org.ow2.clif.jenkins.model with type arguments of type Probe Modifier and Type Method Description void
TestPlan. setProbes(List<Probe> probes)
-
Uses of Probe in org.ow2.clif.jenkins.parser.clif
Methods in org.ow2.clif.jenkins.parser.clif that return Probe Modifier and Type Method Description protected Probe
ClifParser. createProbe(org.ow2.clif.storage.api.BladeDescriptor bladeDesc)
Methods in org.ow2.clif.jenkins.parser.clif with parameters of type Probe Modifier and Type Method Description protected void
ClifParser. analyzeEventType(Probe probe)
-