Package org.implab.gradle.containers
Class ContainerExtension
java.lang.Object
org.implab.gradle.containers.ContainerExtension
- All Implemented Interfaces:
PropertiesMixin
-
Constructor Summary
ConstructorsConstructorDescriptionContainerExtension(org.gradle.api.file.ProjectLayout layout, org.gradle.api.Project project) -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<String>abstract org.gradle.api.file.DirectoryPropertyabstract org.gradle.api.provider.Property<String>Specifies the name of the registry where the image is locatedregistry.my-company.orgabstract org.gradle.api.provider.Property<String>Specified the path of the image likemy-companyabstract org.gradle.api.provider.Property<String>Specifies local image part likehttpdorg.gradle.api.provider.Provider<ImageName>org.gradle.api.provider.Property<String>Deprecated.abstract org.gradle.api.provider.Property<String>readImageRef(File file) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.implab.gradle.containers.PropertiesMixin
directoryProperty, fileProperty, getObjectFactory, getProviders, listProperty, property, provider
-
Constructor Details
-
ContainerExtension
@Inject public ContainerExtension(org.gradle.api.file.ProjectLayout layout, org.gradle.api.Project project)
-
-
Method Details
-
getCliCmd
-
getContextDirectory
public abstract org.gradle.api.file.DirectoryProperty getContextDirectory() -
getImageAuthority
Specifies the name of the registry where the image is locatedregistry.my-company.org -
getImageGroup
Specified the path of the image likemy-company -
getImageName
-
getImageLocalName
Specifies local image part likehttpd -
getImageShortName
Deprecated.This property is deprecated use imageLocalName -
getImageTag
-
readImageRef
- Throws:
FileNotFoundExceptionIOException
-