Uses of Class
com.xebialabs.deployit.maven.MavenDeployed
-
Packages that use MavenDeployed Package Description com.xebialabs.deployit.maven com.xebialabs.deployit.maven.helper com.xebialabs.deployit.maven.logic -
-
Uses of MavenDeployed in com.xebialabs.deployit.maven
Fields in com.xebialabs.deployit.maven with type parameters of type MavenDeployed Modifier and Type Field Description protected List<MavenDeployed>AbstractDeployitMojo. deployedsList of the deployeds: extensions or complete if you use explicitDeployeds options -
Uses of MavenDeployed in com.xebialabs.deployit.maven.helper
Method parameters in com.xebialabs.deployit.maven.helper with type arguments of type MavenDeployed Modifier and Type Method Description com.xebialabs.deployit.engine.api.dto.DeploymentDeploymentHelper. attachExplicitDeployeds(com.xebialabs.deployit.engine.api.dto.Deployment deployment, List<MavenDeployed> explicits)Attaches explicitly specified deployeds to the deployment -
Uses of MavenDeployed in com.xebialabs.deployit.maven.logic
Method parameters in com.xebialabs.deployit.maven.logic with type arguments of type MavenDeployed Modifier and Type Method Description com.xebialabs.deployit.engine.api.dto.DeploymentCustomDeployedsApplicationStrategy. merge(com.xebialabs.deployit.engine.api.dto.Deployment input, List<MavenDeployed> custom)
-