|
Deprecated Constructors |
com.atlassian.fisheye.spi.data.ChangesetDataFE(String, Date, String, String, String, List)
|
com.atlassian.crucible.spi.data.CommentDataImpl()
for serialization use only. |
com.atlassian.crucible.spi.data.CommentDataImpl(String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, List, Map, String)
Use a CommentDataImpl.CommentDataBuilder instead of this. |
com.atlassian.crucible.spi.data.CommentDataImpl(String, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, List, Map, String)
Use a CommentDataImpl.CommentDataBuilder instead of this. |
com.atlassian.crucible.spi.data.GeneralCommentData()
Use GeneralCommentData.builder() instead. |
com.atlassian.crucible.spi.data.GeneralCommentData(String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, List, Map, String)
Use GeneralCommentData.builder() instead. |
com.atlassian.crucible.spi.data.GeneralCommentData(String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, List, Map, String)
Use GeneralCommentData.builder() instead. |
com.atlassian.crucible.spi.data.GeneralCommentData(String, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, List, Map, String)
Use GeneralCommentData.builder() instead. |
com.atlassian.crucible.spi.data.GeneralCommentData(String, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, List, Map, String)
Use GeneralCommentData.builder() instead. |
com.atlassian.crucible.spi.data.ProjectData()
This is only used for xml serialization. Use ProjectData.ProjectDataBuilder.builder() instead |
com.atlassian.crucible.spi.data.ProjectData(int, String, String, String, int, boolean, Integer, List, String, boolean, List, String)
Use ProjectData.ProjectDataBuilder.builder() instead. |
com.atlassian.crucible.spi.data.VersionedCommentData()
only use for serialization. |
com.atlassian.crucible.spi.data.VersionedCommentData(PermId, String, boolean, boolean, CommentData.Status, UserData, boolean, String, Date, boolean, List, Map, String)
use VersionedCommentData.VersionedCommentData(com.atlassian.crucible.spi.PermId, String, String, boolean, boolean, com.atlassian.crucible.spi.data.CommentData.Status, UserData, boolean, String, java.util.Date, boolean, java.util.List, java.util.Map, String) instead |
com.atlassian.crucible.spi.data.VersionedLineCommentData.LineRangeDetail()
only used for serialization. Do not instantiate. |
com.atlassian.crucible.spi.data.VersionedLineCommentData.LineRangeDetail(String, String)
only used for serialization. Do not instantiate. |
com.atlassian.crucible.spi.data.VersionedLineCommentData()
only used for serialization. |
com.atlassian.crucible.spi.data.VersionedLineCommentData(PermId, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, String, List, Map, String)
please use VersionedLineCommentData.builder() instead. |
com.atlassian.crucible.spi.data.VersionedLineCommentData(PermId, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, String, String, List, Map, String)
please use VersionedLineCommentData.builder() instead. |
com.atlassian.crucible.spi.data.VersionedLineCommentData(PermId, String, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, String, List, Map, String)
please use VersionedLineCommentData.builder() instead. |
com.atlassian.crucible.spi.data.VersionedLineCommentData(PermId, String, String, boolean, boolean, boolean, boolean, CommentData.Status, UserData, Date, String, String, String, List, Map, String)
please use VersionedLineCommentData.builder() instead. |