public class DockerYmlDsl extends BaseJsonModel
https://www.jianshu.com/p/54cfa5721d5f
Constructor and Description |
---|
DockerYmlDsl() |
Modifier and Type | Method and Description |
---|---|
static DockerYmlDsl |
build(String yml)
构建对象
|
void |
check() |
void |
stepsCheck()
检查 steps
|
toJson, toString
public void check()
public void stepsCheck()
public static DockerYmlDsl build(String yml)
yml
- yml 内容Copyright © 2017–2022. All rights reserved.