public class WithPodStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WithPodStep.DescriptorImpl |
| Constructor and Description |
|---|
WithPodStep(String name,
String image,
String serviceAccount,
Boolean privileged,
Map secrets,
Map hostPathMounts,
Map emptyDirs,
Map env) |
| Modifier and Type | Method and Description |
|---|---|
Map |
getEmptyDirs() |
Map |
getEnv() |
Map |
getHostPathMounts() |
String |
getImage() |
String |
getName() |
Boolean |
getPrivileged() |
Map |
getSecrets() |
String |
getServiceAccount() |
public String getName()
public String getImage()
public String getServiceAccount()
public Boolean getPrivileged()
public Map getSecrets()
public Map getHostPathMounts()
public Map getEmptyDirs()
public Map getEnv()
Copyright © 2015-2016 Red Hat. All Rights Reserved.