Package org.openquark.cal.services

Examples of org.openquark.cal.services.WorkspaceDeclaration


            vaultModuleInfo[index] = VaultElementInfo.makeBasic(vaultDescriptor, moduleName, vaultLocation, deployedRevisionNum);
            index++;
        }
       
        // Create the workspace declaration.
        WorkspaceDeclaration workspaceDeclaration = new WorkspaceDeclaration(vaultModuleInfo);
       
        // Put the declaration in the vault.
        vault.putWorkspaceDeclaration(workspaceDeclarationName, workspaceDeclaration, deployStatus);

        // Handle any errors (in vaultStatus) adding the workspace deployment.
View Full Code Here

TOP

Related Classes of org.openquark.cal.services.WorkspaceDeclaration

Copyright © 2018 www.massapicom. 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.