@Generated(value="org.jsonschema2pojo") public class BuildPostCommitSpec extends Object
Constructor and Description |
---|
BuildPostCommitSpec()
No args constructor for use in serialization
|
BuildPostCommitSpec(List<String> args,
List<String> command,
String script) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getArgs()
arguments to command
|
List<String> |
getCommand()
command to be executed in a container running the build output image replacing the image's entrypoint
|
String |
getScript()
shell script to be executed in a container running the build output image
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setArgs(List<String> args)
arguments to command
|
void |
setCommand(List<String> command)
command to be executed in a container running the build output image replacing the image's entrypoint
|
void |
setScript(String script)
shell script to be executed in a container running the build output image
|
public BuildPostCommitSpec()
public List<String> getCommand()
public void setCommand(List<String> command)
command
- The commandpublic String getScript()
public void setScript(String script)
script
- The scriptCopyright © 2011–2016 Red Hat. All rights reserved.