public interface RemoteExecutor
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<KieCompilationResponse> |
build(String projectPath,
String mavenRepoPath,
String settingXML)
Run a mvn compile on the projectPath with mavenRepoPath specified, maven output provided in the CompilationResponse
a new CompilationRequest will be created at every invocation, useful if the project folder and maven repo changes
between compilation Requests
|
CompletableFuture<KieCompilationResponse> |
build(String projectPath,
String mavenRepoPath,
String settingXML,
Boolean skipPrjDependenciesCreationList)
Run a mvn compile on the projectPath with mavenRepoPath specified, maven output provided in the CompilationResponse
a new CompilationRequest will be created at every invocation, useful if the project folder and maven repo changes
between compilation Requests
|
CompletableFuture<KieCompilationResponse> |
buildAndInstall(String projectPath,
String mavenRepoPath,
String settingXML)
Run a mvn install on the projectPath, maven output provided in the CompilationResponse
a new CompilationRequest will be created at every invocation, useful if the project folder and maven repo changes
between compilation Requests
|
CompletableFuture<KieCompilationResponse> |
buildAndInstall(String projectPath,
String mavenRepoPath,
String settingXML,
Boolean skipPrjDependenciesCreationList)
Run a mvn install on the projectPath, maven output provided in the CompilationResponse
a new CompilationRequest will be created at every invocation, useful if the project folder and maven repo changes
between compilation Requests
|
CompletableFuture<KieCompilationResponse> |
buildSpecialized(String projectPath,
String mavenRepoPath,
String[] args)
Run a mvn {args}, maven output provided in the CompilationResponse
a new CompilationRequest will be created at every invocation, useful if the project folder, maven repo and
maven args changes between compilation Requests
|
CompletableFuture<KieCompilationResponse> |
buildSpecialized(String projectPath,
String mavenRepoPath,
String[] args,
Boolean skipPrjDependenciesCreationList)
Run a mvn {args}, maven output provided in the CompilationResponse
a new CompilationRequest will be created at every invocation, useful if the project folder, maven repo and
maven args changes between compilation Requests
|
CompletableFuture<KieCompilationResponse> build(String projectPath, String mavenRepoPath, String settingXML)
CompletableFuture<KieCompilationResponse> build(String projectPath, String mavenRepoPath, String settingXML, Boolean skipPrjDependenciesCreationList)
CompletableFuture<KieCompilationResponse> buildAndInstall(String projectPath, String mavenRepoPath, String settingXML)
CompletableFuture<KieCompilationResponse> buildAndInstall(String projectPath, String mavenRepoPath, String settingXML, Boolean skipPrjDependenciesCreationList)
CompletableFuture<KieCompilationResponse> buildSpecialized(String projectPath, String mavenRepoPath, String[] args)
CompletableFuture<KieCompilationResponse> buildSpecialized(String projectPath, String mavenRepoPath, String[] args, Boolean skipPrjDependenciesCreationList)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.