Package org.apache.continuum.distributed.transport.slave

Examples of org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportService.releasePrepare()


            if ( distributedBuildManager.isAgentAvailable( buildAgentUrl ) )
            {
                SlaveBuildAgentTransportService client = createSlaveBuildAgentTransportClientConnection(
                    buildAgentUrl );

                String releaseId = client.releasePrepare( createProjectMap( project ), releaseProperties,
                                                          releaseVersion, developmentVersion, environments, username );

                String key = ArtifactUtils.versionlessKey( project.getGroupId(), project.getArtifactId() );
                addReleasePrepare( releaseId, buildAgentUrl, releaseVersion.get( key ), "prepare",
                                   releaseProperties.getProperty( "preparation-goals" ), username );
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.