Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.Script
-
Packages that use Script Package Description com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of Script in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return Script Modifier and Type Method Description ScriptScript.Builder. build()Builds a Script.ScriptVersion. install()Gets the install.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return types with arguments of type Script Modifier and Type Method Description java.util.List<Script>Version. preInstall()Gets the preInstall.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model with parameters of type Script Modifier and Type Method Description Version.BuilderVersion.Builder. addPreInstall(Script preInstall)Adds an preInstall to preInstall.Version.BuilderVersion.Builder. install(Script install)Set the install.Method parameters in com.ibm.cloud.platform_services.catalog_management.v1.model with type arguments of type Script Modifier and Type Method Description Version.BuilderVersion.Builder. preInstall(java.util.List<Script> preInstall)Set the preInstall.
-