com.atlassian.crucible.spi.data
Class GeneralCommentData.Builder

java.lang.Object
  extended by com.atlassian.crucible.spi.data.GeneralCommentData.Builder
Enclosing class:
GeneralCommentData

Deprecated. Use GeneralCommentData.GeneralCommentBuilder instead.

@Deprecated
public static class GeneralCommentData.Builder
extends java.lang.Object


Constructor Summary
GeneralCommentData.Builder()
          Deprecated.  
 
Method Summary
 GeneralCommentData.Builder addMetric(java.lang.String name, CustomFieldData cfd)
          Deprecated.  
 GeneralCommentData build()
          Deprecated.  
 GeneralCommentData.Builder setDefectRaised(boolean defect)
          Deprecated.  
 GeneralCommentData.Builder setDeleted(boolean deleted)
          Deprecated.  
 GeneralCommentData.Builder setDraft(boolean draft)
          Deprecated.  
 GeneralCommentData.Builder setMessage(java.lang.String message)
          Deprecated.  
 GeneralCommentData.Builder setParentCommentId(PermId<CommentData> id)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralCommentData.Builder

public GeneralCommentData.Builder()
Deprecated. 
Method Detail

build

public GeneralCommentData build()
Deprecated. 

setMessage

public GeneralCommentData.Builder setMessage(java.lang.String message)
Deprecated. 

setDraft

public GeneralCommentData.Builder setDraft(boolean draft)
Deprecated. 

setDefectRaised

public GeneralCommentData.Builder setDefectRaised(boolean defect)
Deprecated. 

setDeleted

public GeneralCommentData.Builder setDeleted(boolean deleted)
Deprecated. 

setParentCommentId

public GeneralCommentData.Builder setParentCommentId(PermId<CommentData> id)
Deprecated. 

addMetric

public GeneralCommentData.Builder addMetric(java.lang.String name,
                                            CustomFieldData cfd)
Deprecated.