| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getArtifactName() |
|
java.lang.String |
getArtifactPath() |
|
java.io.File |
getContext() |
|
java.io.File |
getContextSource() |
|
java.lang.String |
getHost() |
|
java.io.File |
getImageId() |
|
java.lang.String |
getRelativeDockerfilePath() |
|
java.lang.String |
getTag() |
|
void |
setArtifactName(java.lang.String artifactName) |
|
void |
setArtifactPath(java.lang.String artifactPath) |
|
void |
setContext(java.io.File context) |
|
void |
setContextSource(java.io.File contextSource) |
|
void |
setHost(java.lang.String host) |
|
void |
setImageId(java.io.File imageId) |
|
void |
setRelativeDockerfilePath(java.lang.String relativeDockerfilePath) |
|
void |
setTag(java.lang.String tag) |