Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.ExecActionRepresentation
Packages that use ProbeRepresentation.ExecActionRepresentation
-
Uses of ProbeRepresentation.ExecActionRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ProbeRepresentation.ExecActionRepresentationModifier and TypeMethodDescriptionProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder.build()ProbeRepresentation.getExec()Methods in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.ExecActionRepresentationModifier and TypeMethodDescriptionProbeRepresentation.ProbeRepresentationBuilder.exec(ProbeRepresentation.ExecActionRepresentation exec) voidProbeRepresentation.setExec(ProbeRepresentation.ExecActionRepresentation exec) Constructors in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.ExecActionRepresentationModifierConstructorDescriptionProbeRepresentation(ProbeRepresentation.ExecActionRepresentation exec, ProbeRepresentation.TCPSocketActionRepresentation tcpSocket, ProbeRepresentation.HTTPGetActionRepresentation httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, Integer timeoutSeconds, Integer failureThreshold)