Class ExtensionParametersSpec
- java.lang.Object
-
- com.google.cloud.tools.jib.gradle.ExtensionParametersSpec
-
public class ExtensionParametersSpec extends java.lang.ObjectAllows to addExtensionParametersobjects to the list property of the same type.
-
-
Constructor Summary
Constructors Constructor Description ExtensionParametersSpec(org.gradle.api.model.ObjectFactory objectFactory, org.gradle.api.provider.ListProperty<ExtensionParameters> pluginExtensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpluginExtension(org.gradle.api.Action<? super ExtensionParameters> action)Adds a new plugin extension configuration to the extensions list.
-
-
-
Constructor Detail
-
ExtensionParametersSpec
@Inject public ExtensionParametersSpec(org.gradle.api.model.ObjectFactory objectFactory, org.gradle.api.provider.ListProperty<ExtensionParameters> pluginExtensions)
-
-
Method Detail
-
pluginExtension
public void pluginExtension(org.gradle.api.Action<? super ExtensionParameters> action)
Adds a new plugin extension configuration to the extensions list.- Parameters:
action- closure representing an extension configuration
-
-