Deprecated API


Contents
Deprecated Classes
com.atlassian.crucible.spi.data.GeneralCommentData.Builder
          Use GeneralCommentData.GeneralCommentBuilder instead. 
 

Deprecated Methods
com.atlassian.crucible.spi.services.TrustedAppsService.addRequestHeaders(Principal, TrustedRequest)
          clients should use the ApplicationLinkService provided by the Unified Application Links plugin to create authenticated requests targeting remote Atlassian applications. Manual application of Trusted Applications headers is error-prone and incorrect use may introduce security vulnerabilities. 
com.atlassian.crucible.spi.data.GeneralCommentData.create()
          Use GeneralCommentData.builder() instead. 
com.atlassian.fisheye.spi.data.FileRevisionData.getAncestor()
          use FileRevisionData.getAncestors() instead 
com.atlassian.fisheye.spi.data.ChangesetDataFE.getBranch()
          use ChangesetDataFE.getBranches() 
com.atlassian.crucible.spi.data.VersionedLineCommentData.getFromLineRange()
          returns the line range on the oldest revision only (pre-iterative reviewing). Use VersionedLineCommentData.getLineRanges() instead. 
com.atlassian.crucible.spi.data.GeneralCommentData.getPermId()
          Replaced by GeneralCommentData.getPermaId(). 
com.atlassian.crucible.spi.services.ReviewService.getReview(PermId, boolean)
          use the versions without the 'details' parameter 
com.atlassian.crucible.spi.data.VersionedLineCommentData.getToLineRange()
          returns the line range on the newest revision only (pre-iterative reviewing). Use VersionedLineCommentData.getLineRanges() instead. 
com.atlassian.crucible.spi.services.ReviewService.getVersionInfo()
          Moved to ServerInfoService 
com.atlassian.fisheye.spi.data.ChangesetDataFE.setBranch(String)
          use ChangesetDataFE.setBranches(java.util.Set) 
com.atlassian.crucible.spi.data.VersionedLineCommentData.setFromLineRange(String)
          use VersionedLineCommentData.setLineRanges(java.util.List) instead. 
com.atlassian.crucible.spi.data.GeneralCommentData.setPermId(PermId)
          Replaced by GeneralCommentData.setPermaId(com.atlassian.crucible.spi.PermId). 
com.atlassian.crucible.spi.data.VersionedLineCommentData.setToLineRange(String)
          use VersionedLineCommentData.setLineRanges(java.util.List) instead. 
 

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.