Class DeploymentHistoryItem

java.lang.Object
org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
All Implemented Interfaces:
Serializable

public class DeploymentHistoryItem extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected String id
    • deploymentDate

      protected ZonedDateTime deploymentDate
    • site

      protected String site
    • environment

      protected String environment
    • path

      protected String path
    • target

      protected String target
    • username

      protected String username
    • contentTypeClass

      protected String contentTypeClass
  • Constructor Details

    • DeploymentHistoryItem

      public DeploymentHistoryItem()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDeploymentDate

      public ZonedDateTime getDeploymentDate()
    • setDeploymentDate

      public void setDeploymentDate(ZonedDateTime deploymentDate)
    • getSite

      public String getSite()
    • setSite

      public void setSite(String site)
    • getEnvironment

      public String getEnvironment()
    • setEnvironment

      public void setEnvironment(String environment)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getTarget

      public String getTarget()
    • setTarget

      public void setTarget(String target)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String username)
    • getContentTypeClass

      public String getContentTypeClass()
    • setContentTypeClass

      public void setContentTypeClass(String contentTypeClass)