public class ContainerCommitConfiguration extends Object
| Constructor and Description |
|---|
ContainerCommitConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getComment() |
String |
getId() |
String |
getRepo() |
String |
getTag() |
boolean |
isPush() |
void |
setAuthor(String author) |
void |
setComment(String comment) |
void |
setId(String id) |
void |
setPush(boolean push) |
void |
setRepo(String repo) |
void |
setTag(String tag) |
String |
toString() |
public String getId()
public void setId(String id)
public String getRepo()
public void setRepo(String repo)
public String getTag()
public void setTag(String tag)
public String getComment()
public void setComment(String comment)
public String getAuthor()
public void setAuthor(String author)
public boolean isPush()
public void setPush(boolean push)
Copyright © 2016. All Rights Reserved.