Guvnor - Asset Managemenet API 6.2.0.CR1

org.guvnor.asset.management.service
Interface AssetManagementService


public interface AssetManagementService


Method Summary
 void buildProject(String repository, String branch, String project, String userName, String password, String serverURL, Boolean deployToRuntime)
           
 void configureRepository(String repository, String sourceBranch, String devBranch, String releaseBranch, String version)
           
 Set<Project> getProjects(Repository repository, String branch)
           
 void promoteChanges(String repository, String sourceBranch, String destBranch)
           
 void releaseProject(String repository, String branch, String userName, String password, String serverURL, Boolean deployToRuntime, String version)
           
 boolean supportRuntimeDeployment()
           
 

Method Detail

configureRepository

void configureRepository(String repository,
                         String sourceBranch,
                         String devBranch,
                         String releaseBranch,
                         String version)

buildProject

void buildProject(String repository,
                  String branch,
                  String project,
                  String userName,
                  String password,
                  String serverURL,
                  Boolean deployToRuntime)

promoteChanges

void promoteChanges(String repository,
                    String sourceBranch,
                    String destBranch)

releaseProject

void releaseProject(String repository,
                    String branch,
                    String userName,
                    String password,
                    String serverURL,
                    Boolean deployToRuntime,
                    String version)

supportRuntimeDeployment

boolean supportRuntimeDeployment()

getProjects

Set<Project> getProjects(Repository repository,
                         String branch)

Guvnor - Asset Managemenet API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.