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 Stringprotected Stringthe name of task specified by the creatorprotected intthe number of deployment items in the task -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetChildren(List<ContentItemTO> children) voidsetEndpoint(String endpoint) voidsetInternalName(String internalName) voidsetNumOfChildren(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
-