Uses of Class
org.glassfish.api.deployment.OpsParams.Origin
-
Packages that use OpsParams.Origin Package Description com.sun.enterprise.v3.server org.glassfish.api.deployment org.glassfish.deployment.admin org.glassfish.internal.deployment -
-
Uses of OpsParams.Origin in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server with parameters of type OpsParams.Origin Modifier and Type Method Description StringApplicationLifecycle. getDefaultTarget(String appName, OpsParams.Origin origin, Boolean isClassicStyle) -
Uses of OpsParams.Origin in org.glassfish.api.deployment
Fields in org.glassfish.api.deployment declared as OpsParams.Origin Modifier and Type Field Description OpsParams.OriginOpsParams. originType of deployment operation, by default it's deploymentMethods in org.glassfish.api.deployment that return OpsParams.Origin Modifier and Type Method Description OpsParams.OriginOpsParams. getOrigin()Type of deployment operation, by default it's deploymentstatic OpsParams.OriginOpsParams.Origin. valueOf(String name)Returns the enum constant of this type with the specified name.static OpsParams.Origin[]OpsParams.Origin. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OpsParams.Origin in org.glassfish.deployment.admin
Methods in org.glassfish.deployment.admin with parameters of type OpsParams.Origin Modifier and Type Method Description static StringDeploymentCommandUtils. getTarget(ParameterMap parameters, OpsParams.Origin origin, Deployment deployment) -
Uses of OpsParams.Origin in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment with parameters of type OpsParams.Origin Modifier and Type Method Description StringDeployment. getDefaultTarget(String appName, OpsParams.Origin origin, Boolean isClassicStyle)
-