public static interface SwarmDeploymentCommand.ISwarmDeploymentCommandData
extends com.microsoft.jenkins.azurecommons.command.IBaseCommandData
Modifier and Type | Method and Description |
---|---|
String |
getConfigFilePaths() |
String |
getMgmtFQDN() |
com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes |
getOrchestratorType() |
com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey |
getSshCredentials() |
boolean |
isEnableConfigSubstitution() |
boolean |
isSwarmRemoveContainersFirst() |
List<com.microsoft.jenkins.kubernetes.credentials.ResolvedDockerRegistryEndpoint> |
resolvedDockerRegistryEndpoints(hudson.model.Item context) |
String getMgmtFQDN()
com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey getSshCredentials()
String getConfigFilePaths()
com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes getOrchestratorType()
boolean isEnableConfigSubstitution()
boolean isSwarmRemoveContainersFirst()
List<com.microsoft.jenkins.kubernetes.credentials.ResolvedDockerRegistryEndpoint> resolvedDockerRegistryEndpoints(hudson.model.Item context) throws IOException
IOException
Copyright © 2016–2021. All rights reserved.