Uses of Class
com.xebialabs.deployit.maven.MavenDeployable
-
Packages that use MavenDeployable Package Description com.xebialabs.deployit.maven com.xebialabs.deployit.maven.converter com.xebialabs.deployit.maven.packager -
-
Uses of MavenDeployable in com.xebialabs.deployit.maven
Fields in com.xebialabs.deployit.maven with type parameters of type MavenDeployable Modifier and Type Field Description protected List<MavenDeployable>AbstractDeployitMojo. deployablesList of the deployables, including artifacts or middleware resource specification (eg Datasource)Methods in com.xebialabs.deployit.maven that return types with arguments of type MavenDeployable Modifier and Type Method Description List<MavenDeployable>AbstractDeployitMojo. getDeployables() -
Uses of MavenDeployable in com.xebialabs.deployit.maven.converter
Methods in com.xebialabs.deployit.maven.converter that return MavenDeployable Modifier and Type Method Description static MavenDeployableMavenDeployableConverter. convertToDeployable(org.codehaus.plexus.configuration.PlexusConfiguration configuration) -
Uses of MavenDeployable in com.xebialabs.deployit.maven.packager
Method parameters in com.xebialabs.deployit.maven.packager with type arguments of type MavenDeployable Modifier and Type Method Description voidMavenDarPackager. addDeployables(Collection<? extends MavenDeployable> deployables)
-