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

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


        {
            if ( distributedBuildManager.isAgentAvailable( buildAgentUrl ) )
            {
                SlaveBuildAgentTransportService client = createSlaveBuildAgentTransportClientConnection(
                    buildAgentUrl );
                String releaseId = client.releasePerformFromScm( goals, arguments, useReleaseProfile, map, scmUrl,
                                                                 scmUsername, scmPassword, scmTag, scmTagBase,
                                                                 environments, username );

                addReleasePrepare( releaseId, buildAgentUrl, scmTag, "perform", goals, username );
                addReleaseInProgress( releaseId, "perform", projectId, 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.