public abstract class RuntimeFabricDeployment extends AnypointDeployment
| Modifier and Type | Field and Description |
|---|---|
static String |
MISSING_PROVIDER_EXCEPTION |
static String |
MISSING_TARGET_EXCEPTION |
protected String |
provider |
protected String |
replicas |
protected Map<String,String> |
secureProperties |
protected String |
target |
ANYPOINT_BASE_URI, authToken, businessGroup, businessGroupId, connectedAppClientId, connectedAppClientSecret, connectedAppGrantType, environment, password, properties, server, skipDeploymentVerification, uri, usernameapplicationName, artifact, deploymentTimeout, javaVersion, muleVersion, releaseChannel, skip| Constructor and Description |
|---|
RuntimeFabricDeployment() |
| Modifier and Type | Method and Description |
|---|---|
abstract RuntimeFabricDeploymentSettings |
getDeploymentSettings() |
String |
getProvider() |
String |
getReplicas() |
Map<String,String> |
getSecureProperties() |
String |
getTarget() |
abstract void |
setDeploymentSettings(RuntimeFabricDeploymentSettings settings) |
void |
setEnvironmentSpecificValues() |
void |
setProvider(String provider) |
void |
setReplicas(String replicas) |
void |
setSecureProperties(Map<String,String> secureProperties) |
void |
setTarget(String targetId) |
getAuthToken, getBusinessGroup, getBusinessGroupId, getConnectedAppClientId, getConnectedAppClientSecret, getConnectedAppGrantType, getEnvironment, getPassword, getProperties, getServer, getSkipDeploymentVerification, getUri, getUsername, setAuthToken, setBusinessGroup, setBusinessGroupId, setConnectedAppClientId, setConnectedAppClientSecret, setConnectedAppGrantType, setEnvironment, setPassword, setProperties, setServer, setSkipDeploymentVerification, setUri, setUsernamegetApplicationName, getArtifact, getArtifactId, getDeploymentTimeout, getGroupId, getJavaVersion, getMuleVersion, getPackaging, getReleaseChannel, getSkip, getVersion, setApplicationName, setArtifact, setArtifact, setArtifactId, setBasicDeploymentValues, setDefaultValues, setDeploymentTimeout, setGroupId, setJavaVersion, setMuleVersion, setPackaging, setReleaseChannel, setSkip, setVersion, validateVersionpublic static final String MISSING_TARGET_EXCEPTION
public static final String MISSING_PROVIDER_EXCEPTION
@Parameter protected String target
@Parameter protected String provider
@Parameter protected String replicas
public String getReplicas()
public void setReplicas(String replicas)
public String getTarget()
public void setTarget(String targetId)
public String getProvider()
public void setProvider(String provider)
public abstract RuntimeFabricDeploymentSettings getDeploymentSettings()
public abstract void setDeploymentSettings(RuntimeFabricDeploymentSettings settings)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionCopyright © 2024 MuleSoft Inc. All rights reserved.