public class TaskContainerSettings extends Object
Constructor and Description |
---|
TaskContainerSettings() |
Modifier and Type | Method and Description |
---|---|
String |
containerRunOptions()
Get the containerRunOptions value.
|
String |
imageName()
Get the imageName value.
|
ContainerRegistry |
registry()
Get the registry value.
|
TaskContainerSettings |
withContainerRunOptions(String containerRunOptions)
Set the containerRunOptions value.
|
TaskContainerSettings |
withImageName(String imageName)
Set the imageName value.
|
TaskContainerSettings |
withRegistry(ContainerRegistry registry)
Set the registry value.
|
public String containerRunOptions()
public TaskContainerSettings withContainerRunOptions(String containerRunOptions)
containerRunOptions
- the containerRunOptions value to setpublic String imageName()
public TaskContainerSettings withImageName(String imageName)
imageName
- the imageName value to setpublic ContainerRegistry registry()
public TaskContainerSettings withRegistry(ContainerRegistry registry)
registry
- the registry value to setCopyright © 2019. All rights reserved.