public class DeploymentHistoryItem extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
contentTypeClass |
protected ZonedDateTime |
deploymentDate |
protected String |
environment |
protected String |
id |
protected String |
path |
protected String |
site |
protected String |
target |
protected String |
username |
Constructor and Description |
---|
DeploymentHistoryItem() |
Modifier and Type | Method and Description |
---|---|
String |
getContentTypeClass() |
ZonedDateTime |
getDeploymentDate() |
String |
getEnvironment() |
String |
getId() |
String |
getPath() |
String |
getSite() |
String |
getTarget() |
String |
getUser() |
void |
setContentTypeClass(String contentTypeClass) |
void |
setDeploymentDate(ZonedDateTime deploymentDate) |
void |
setEnvironment(String environment) |
void |
setId(String id) |
void |
setPath(String path) |
void |
setSite(String site) |
void |
setTarget(String target) |
void |
setUser(String username) |
protected String id
protected ZonedDateTime deploymentDate
protected String site
protected String environment
protected String path
protected String target
protected String username
protected String contentTypeClass
public String getId()
public void setId(String id)
public ZonedDateTime getDeploymentDate()
public void setDeploymentDate(ZonedDateTime deploymentDate)
public String getSite()
public void setSite(String site)
public String getEnvironment()
public void setEnvironment(String environment)
public String getPath()
public void setPath(String path)
public String getTarget()
public void setTarget(String target)
public String getUser()
public void setUser(String username)
public String getContentTypeClass()
public void setContentTypeClass(String contentTypeClass)
Copyright © 2023 CrafterCMS. All rights reserved.