Class NullComment
- java.lang.Object
-
- jetbrains.buildServer.serverSide.comments.Comment
-
- jetbrains.buildServer.serverSide.impl.NullComment
-
public class NullComment extends Comment
- Author:
- Pavel.Sher Date: 21.11.2008
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.comments.Comment
myTimestamp
-
-
Constructor Summary
Constructors Constructor Description NullComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
Delete this comment from the databaseboolean
save()
-
Methods inherited from class jetbrains.buildServer.serverSide.comments.Comment
getComment, getCommentId, getTimestamp, getUser, getUserId, setCurrentInfo, setTimestamp, toString
-
-