Class ModelContentPackageFile
- java.lang.Object
-
- io.wcm.devops.conga.plugins.aem.maven.model.AbstractInstallableFile
-
- io.wcm.devops.conga.plugins.aem.maven.model.ModelContentPackageFile
-
- All Implemented Interfaces:
ContentPackageFile
,InstallableFile
public final class ModelContentPackageFile extends AbstractInstallableFile implements ContentPackageFile
Represents a content package file generated or referenced by CONGA.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Integer
getDelayAfterInstallSec()
@Nullable Boolean
getForce()
String
getGroup()
@Nullable Integer
getHttpSocketTimeoutSec()
Boolean
getInstall()
String
getName()
String
getPackageType()
@Nullable Boolean
getRecursive()
String
getVersion()
-
Methods inherited from class io.wcm.devops.conga.plugins.aem.maven.model.AbstractInstallableFile
getFile, getHashCode, getVariants, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.wcm.devops.conga.plugins.aem.maven.model.ContentPackageFile
getPackageInfo
-
Methods inherited from interface io.wcm.devops.conga.plugins.aem.maven.model.InstallableFile
getFile, getHashCode, getVariants
-
-
-
-
Method Detail
-
getInstall
public Boolean getInstall()
-
getForce
@Nullable public @Nullable Boolean getForce()
-
getRecursive
@Nullable public @Nullable Boolean getRecursive()
-
getDelayAfterInstallSec
@Nullable public @Nullable Integer getDelayAfterInstallSec()
-
getHttpSocketTimeoutSec
@Nullable public @Nullable Integer getHttpSocketTimeoutSec()
-
getName
public String getName()
- Specified by:
getName
in interfaceContentPackageFile
- Returns:
- Package name
-
getGroup
public String getGroup()
- Specified by:
getGroup
in interfaceContentPackageFile
- Returns:
- Package group
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceContentPackageFile
- Returns:
- Package version
-
getPackageType
public String getPackageType()
- Specified by:
getPackageType
in interfaceContentPackageFile
- Returns:
- Package type
-
-