Sets the stack for Docker image selection
(mut self, stack: Option<String>)
| 157 | |
| 158 | /// Sets the stack for Docker image selection |
| 159 | pub fn stack(mut self, stack: Option<String>) -> Self { |
| 160 | self.stack = stack; |
| 161 | self |
| 162 | } |
| 163 | |
| 164 | /// Sets the project name for Docker image selection |
| 165 | pub fn project(mut self, project: Option<String>) -> Self { |
no outgoing calls