Class Changeset
java.lang.Object
fi.meliora.testlab.ext.rest.model.ModelObject
fi.meliora.testlab.ext.rest.model.Changeset
- All Implemented Interfaces:
Serializable
A VCS Changeset in Testlab project.
- Author:
- Marko Kanala, Meliora Ltd (marko.kanala@meliora.fi)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
void
setIdentifier
(String identifier) void
setType
(int type) Methods inherited from class fi.meliora.testlab.ext.rest.model.ModelObject
toString, toString, toStringCut
-
Field Details
-
TYPE_GIT
public static final int TYPE_GIT- See Also:
-
TYPE_HG
public static final int TYPE_HG- See Also:
-
-
Constructor Details
-
Changeset
public Changeset()
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
getType
public int getType() -
setType
public void setType(int type)
-