Package org.craftercms.studio.api.v2.dal
Class DeploymentHistoryGroup
java.lang.Object
org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContentItemTO>
navigation child content itemsprotected String
protected String
the name of task specified by the creatorprotected int
the number of deployment items in the task -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setChildren
(List<ContentItemTO> children) void
setEndpoint
(String endpoint) void
setInternalName
(String internalName) void
setNumOfChildren
(int numOfChildren)
-
Field Details
-
internalName
the name of task specified by the creator -
numOfChildren
protected int numOfChildrenthe number of deployment items in the task -
children
navigation child content items -
endpoint
-
-
Constructor Details
-
DeploymentHistoryGroup
public DeploymentHistoryGroup()
-
-
Method Details
-
getInternalName
-
setInternalName
-
getNumOfChildren
public int getNumOfChildren() -
setNumOfChildren
public void setNumOfChildren(int numOfChildren) -
getChildren
-
setChildren
-
getEndpoint
-
setEndpoint
-