public class LastDeployDto extends BaseDto
| Constructor and Description |
|---|
LastDeployDto() |
| Modifier and Type | Method and Description |
|---|---|
ConfigChannel |
getChannel()
Get the config-channel the file was deployed from
|
ConfigRevision |
getConfigRevision()
Get the config-revision that was deployed
|
java.lang.Long |
getFileId()
get the file-id of the last-deployed-file
|
java.lang.Long |
getId()
Returns id to be stored in RhnSet.
|
java.lang.Long |
getRevId()
Get the config-revision-id of the last-deployed revision
|
java.util.Date |
getWhen()
Get the date of the last successful deploy
|
java.lang.Long |
getWhenceId()
Get the id of the config-channel the file was deployed from
|
java.lang.String |
getWho()
Get the username of the user that scheduled the deploy
|
void |
setFileId(java.lang.Long inFileId)
Set the file-id of the last-deployed file
|
void |
setRevId(java.lang.Long inRevId)
Set the db-id of the last-deployed config-revision
|
void |
setWhen(java.util.Date inWhen)
Set the date of the last-sucessful deploy
|
void |
setWhenceId(java.lang.Long inWhenceId)
Set the id of the config-channel the deploy came from
|
void |
setWho(java.lang.String inWho)
Set the user-name of the user that scheduled this deploy
|
addToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic java.lang.Long getFileId()
public void setFileId(java.lang.Long inFileId)
inFileId - db idpublic java.lang.Long getRevId()
public void setRevId(java.lang.Long inRevId)
inRevId - new dbidpublic java.util.Date getWhen()
public void setWhen(java.util.Date inWhen)
inWhen - date of deploypublic java.lang.Long getWhenceId()
public void setWhenceId(java.lang.Long inWhenceId)
inWhenceId - config-channel dbidpublic java.lang.String getWho()
public void setWho(java.lang.String inWho)
inWho - user-namepublic ConfigChannel getChannel()
public ConfigRevision getConfigRevision()