Class DeployOptions
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.DeployOptions
-
public class DeployOptions extends java.lang.Object- Author:
- gjoranv
-
-
Field Summary
Fields Modifier and Type Field Description booleandeployCurrentVersionbooleandeployDirectlybooleanignoreValidationErrorsjava.util.Optional<java.lang.String>vespaVersion
-
Constructor Summary
Constructors Constructor Description DeployOptions(boolean deployDirectly, java.util.Optional<com.yahoo.component.Version> vespaVersion, boolean ignoreValidationErrors, boolean deployCurrentVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployOptionsnone()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
none
public static DeployOptions none()
-
-