Class ExtraDirectoryParametersSpec
- java.lang.Object
-
- com.google.cloud.tools.jib.gradle.ExtraDirectoryParametersSpec
-
public class ExtraDirectoryParametersSpec extends java.lang.ObjectAllows to addExtraDirectoryParametersobjects to the list property of the same type.
-
-
Constructor Summary
Constructors Constructor Description ExtraDirectoryParametersSpec(org.gradle.api.Project project, org.gradle.api.provider.ListProperty<ExtraDirectoryParameters> paths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpath(org.gradle.api.Action<? super ExtraDirectoryParameters> action)Adds a new extra directory configuration to the list.
-
-
-
Constructor Detail
-
ExtraDirectoryParametersSpec
@Inject public ExtraDirectoryParametersSpec(org.gradle.api.Project project, org.gradle.api.provider.ListProperty<ExtraDirectoryParameters> paths)
-
-
Method Detail
-
path
public void path(org.gradle.api.Action<? super ExtraDirectoryParameters> action)
Adds a new extra directory configuration to the list.- Parameters:
action- closure representing an extra directory configuration
-
-