| Package | Description |
|---|---|
| com.cloudbees.jenkins.plugins.amazonecs | |
| com.cloudbees.jenkins.plugins.amazonecs.pipeline |
| Modifier and Type | Method and Description |
|---|---|
List<ECSTaskTemplate.PortMappingEntry> |
ECSTaskTemplate.getPortMappings() |
| Constructor and Description |
|---|
ECSTaskTemplate(String templateName,
String label,
String taskDefinitionOverride,
String image,
String repositoryCredentials,
String launchType,
String networkMode,
String remoteFSRoot,
int memory,
int memoryReservation,
int cpu,
String subnets,
String securityGroups,
boolean assignPublicIp,
boolean privileged,
String containerUser,
List<ECSTaskTemplate.LogDriverOption> logDriverOptions,
List<ECSTaskTemplate.EnvironmentEntry> environments,
List<ECSTaskTemplate.ExtraHostEntry> extraHosts,
List<ECSTaskTemplate.MountPointEntry> mountPoints,
List<ECSTaskTemplate.PortMappingEntry> portMappings,
String executionRole,
List<ECSTaskTemplate.PlacementStrategyEntry> placementStrategies,
String taskrole,
String inheritFrom,
int sharedMemorySize) |
| Modifier and Type | Method and Description |
|---|---|
List<ECSTaskTemplate.PortMappingEntry> |
ECSTaskTemplateStep.getPortMappings() |
List<ECSTaskTemplate.PortMappingEntry> |
ECSDeclarativeAgent.getPortMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ECSTaskTemplateStep.setPortMappings(List<ECSTaskTemplate.PortMappingEntry> portMappings) |
void |
ECSDeclarativeAgent.setPortMappings(List<ECSTaskTemplate.PortMappingEntry> portMappings) |
Copyright © 2016–2019. All rights reserved.