Uses of Interface
org.guvnor.ala.build.maven.model.MavenBuild
-
Packages that use MavenBuild Package Description org.guvnor.ala.build.maven.executor org.guvnor.ala.build.maven.executor.gwt org.guvnor.ala.build.maven.model.impl -
-
Uses of MavenBuild in org.guvnor.ala.build.maven.executor
Methods in org.guvnor.ala.build.maven.executor with parameters of type MavenBuild Modifier and Type Method Description Optional<org.guvnor.ala.config.BinaryConfig>MavenBuildExecConfigExecutor. apply(MavenBuild mavenBuild, MavenBuildExecConfig mavenBuildExecConfig) -
Uses of MavenBuild in org.guvnor.ala.build.maven.executor.gwt
Methods in org.guvnor.ala.build.maven.executor.gwt that return types with arguments of type MavenBuild Modifier and Type Method Description Optional<MavenBuild>GWTCodeServerMavenExecConfigExecutor. apply(MavenBuild buildConfig, GWTCodeServerMavenExecConfig config)Methods in org.guvnor.ala.build.maven.executor.gwt with parameters of type MavenBuild Modifier and Type Method Description Optional<MavenBuild>GWTCodeServerMavenExecConfigExecutor. apply(MavenBuild buildConfig, GWTCodeServerMavenExecConfig config) -
Uses of MavenBuild in org.guvnor.ala.build.maven.model.impl
Classes in org.guvnor.ala.build.maven.model.impl that implement MavenBuild Modifier and Type Class Description classMavenBuildImplThe Build services implementation using Maven InvokerMethods in org.guvnor.ala.build.maven.model.impl that return MavenBuild Modifier and Type Method Description MavenBuildMavenBuildImpl. asNewClone(MavenBuild source)Methods in org.guvnor.ala.build.maven.model.impl with parameters of type MavenBuild Modifier and Type Method Description MavenBuildMavenBuildImpl. asNewClone(MavenBuild source)
-