public class RequestBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeFabricClient |
client |
protected RuntimeFabricDeployment |
deployment |
static String |
ID |
| Constructor and Description |
|---|
RequestBuilder() |
RequestBuilder(RuntimeFabricDeployment deployment,
RuntimeFabricClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationModify |
buildApplicationModify() |
protected ApplicationRequest |
buildApplicationRequest() |
protected AssetReference |
buildAssetReference() |
DeploymentModify |
buildDeploymentModify() |
DeploymentRequest |
buildDeploymentRequest() |
Target |
buildTarget() |
String |
getDeploymentId(Target target) |
static String |
getTargetId(com.google.gson.JsonArray targets,
String targetName) |
protected RuntimeFabricDeploymentSettings |
resolveDeploymentSettings(RuntimeFabricDeploymentSettings settings) |
protected String |
resolveTag(String targetId,
String muleVersion) |
protected String |
resolveTargetId() |
protected String |
resolveUrl(RuntimeFabricDeploymentSettings deploymentSettings,
String targetId) |
public static final String ID
protected RuntimeFabricDeployment deployment
protected RuntimeFabricClient client
public RequestBuilder()
public RequestBuilder(RuntimeFabricDeployment deployment, RuntimeFabricClient client)
public DeploymentRequest buildDeploymentRequest() throws DeploymentException
DeploymentExceptionpublic Target buildTarget() throws DeploymentException
DeploymentExceptionprotected RuntimeFabricDeploymentSettings resolveDeploymentSettings(RuntimeFabricDeploymentSettings settings) throws DeploymentException
DeploymentExceptionprotected String resolveUrl(RuntimeFabricDeploymentSettings deploymentSettings, String targetId)
protected String resolveTargetId() throws DeploymentException
DeploymentExceptionpublic static String getTargetId(com.google.gson.JsonArray targets, String targetName) throws DeploymentException
DeploymentExceptionprotected ApplicationRequest buildApplicationRequest()
protected AssetReference buildAssetReference()
public DeploymentModify buildDeploymentModify() throws DeploymentException
DeploymentExceptionprotected ApplicationModify buildApplicationModify()
Copyright © 2024 MuleSoft Inc. All rights reserved.