C D E G L O P R S V

C

com.atlassian.crucible.plugin.export - package com.atlassian.crucible.plugin.export
 
com.atlassian.crucible.plugin.export.exception - package com.atlassian.crucible.plugin.export.exception
 
com.atlassian.crucible.plugin.export.servlet - package com.atlassian.crucible.plugin.export.servlet
 
createPdfExport(String, String, String) - Method in class com.atlassian.crucible.plugin.export.ReviewExporter
Performs input validation checks, retrieves the ReviewData, GeneralCommentData and VersionedLineCommentData for the specific reviewId, and invokes the PDF processing.
CrucibleClient - Interface in com.atlassian.crucible.plugin.export
Interface that specifies the entry points to the Crucible API.
CrucibleDirectClient - Class in com.atlassian.crucible.plugin.export
Provides direct interaction with the Crucible API directly, through the ReviewService instance.
CrucibleDirectClient(ReviewService) - Constructor for class com.atlassian.crucible.plugin.export.CrucibleDirectClient
 
CrucibleRestClient - Class in com.atlassian.crucible.plugin.export
Provides helper methods to access the Crucible Web Services API.
CrucibleRestClient() - Constructor for class com.atlassian.crucible.plugin.export.CrucibleRestClient
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crucible.plugin.export.servlet.ExportServlet
Display the input html file upon a GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crucible.plugin.export.servlet.ExportServlet
Processes a HTTP POST request by validating the mandatory fields and generating the PDF report.

E

ExportException - Exception in com.atlassian.crucible.plugin.export.exception
Exception subclass that represents an exception handled during the processing of an export of a Crucible review.
ExportException(String) - Constructor for exception com.atlassian.crucible.plugin.export.exception.ExportException
 
ExportException(Exception) - Constructor for exception com.atlassian.crucible.plugin.export.exception.ExportException
 
ExportServlet - Class in com.atlassian.crucible.plugin.export.servlet
Servlet that provides access to the Review Export functionality.
ExportServlet() - Constructor for class com.atlassian.crucible.plugin.export.servlet.ExportServlet
 

G

getClient() - Method in class com.atlassian.crucible.plugin.export.ReviewExporter
Returns the CrucibleClient instance.
getComment() - Method in class com.atlassian.crucible.plugin.export.ReviewExporter.ReviewMap
 
getGeneralComments(String) - Method in interface com.atlassian.crucible.plugin.export.CrucibleClient
Returns the list of GeneralCommentData instances for the reviewId.
getGeneralComments(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleDirectClient
Returns the list of GeneralCommentData instances for the reviewId.
getGeneralComments(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
Returns the list of GeneralCommentData instances for the reviewId.
getReview(String) - Method in interface com.atlassian.crucible.plugin.export.CrucibleClient
Retrieves the ReviewData instance for the reviewId.
getReview(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleDirectClient
Retrieves the ReviewData instance for the reviewId.
getReview(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
Retrieves the ReviewData instance for the reviewId.
getReviewItemData(String, String) - Method in interface com.atlassian.crucible.plugin.export.CrucibleClient
Retrieves the FisheyeReviewItemData instance for the reviewId and the reviewItemId.
getReviewItemData(String, String) - Method in class com.atlassian.crucible.plugin.export.CrucibleDirectClient
Retrieves the FisheyeReviewItemData instance for the reviewId and the reviewItemId.
getReviewItemData(String, String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
Retrieves the FisheyeReviewItemData instance for the reviewId and the reviewItemId
getReviewItemData() - Method in class com.atlassian.crucible.plugin.export.ReviewExporter.ReviewMap
 
getUserName(String) - Method in interface com.atlassian.crucible.plugin.export.CrucibleClient
Returns a user's real name.
getUserName(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleDirectClient
Returns a user's real name.
getUserName(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
Returns the userId (there isn't a mechanism within the Crucible REST API to retrieve the user name).
getVersionedComments(String) - Method in interface com.atlassian.crucible.plugin.export.CrucibleClient
Returns a list of VersionedLineCommentData instances for the reviewId.
getVersionedComments(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleDirectClient
Returns a list of VersionedLineCommentData instances for the reviewId.
getVersionedComments(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
Returns a list of VersionedLineCommentData instances for the reviewId.

L

login(String, String) - Method in interface com.atlassian.crucible.plugin.export.CrucibleClient
Performs a login action using the username and password.
login(String, String) - Method in class com.atlassian.crucible.plugin.export.CrucibleDirectClient
Performs a login action using the username and password.
login(String, String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
Performs a login action using the username and password.

O

onCloseDocument(PdfWriter, Document) - Method in class com.atlassian.crucible.plugin.export.ReviewExporter
Finishes the calculation of the page numbering.
onEndPage(PdfWriter, Document) - Method in class com.atlassian.crucible.plugin.export.ReviewExporter
Displays the page number and page generation information.
onOpenDocument(PdfWriter, Document) - Method in class com.atlassian.crucible.plugin.export.ReviewExporter
Adds the Crucible image to the top of the page

P

PdfCreationException - Exception in com.atlassian.crucible.plugin.export.exception
Thrown if an exception occurs during the creation of a PDF.
PdfCreationException(Exception) - Constructor for exception com.atlassian.crucible.plugin.export.exception.PdfCreationException
 

R

ReviewDataRetrievalException - Exception in com.atlassian.crucible.plugin.export.exception
Thrown if an error occurs during the retrieval of review data.
ReviewDataRetrievalException(String) - Constructor for exception com.atlassian.crucible.plugin.export.exception.ReviewDataRetrievalException
 
ReviewExporter - Class in com.atlassian.crucible.plugin.export
Handles exporting a Crucible review to PDF, using the iText(http://itextdocs.lowagie.com/) library.
ReviewExporter(CrucibleClient, Locale) - Constructor for class com.atlassian.crucible.plugin.export.ReviewExporter
Constructs a ReviewExporter instance.
ReviewExporter.ReviewMap - Class in com.atlassian.crucible.plugin.export
Mapping of VersionedLineCommentData and FisheyeReviewItemData instances.
ReviewExporter.ReviewMap(VersionedLineCommentData, FisheyeReviewItemData) - Constructor for class com.atlassian.crucible.plugin.export.ReviewExporter.ReviewMap
 

S

setBaseUrl(String) - Method in class com.atlassian.crucible.plugin.export.CrucibleRestClient
 
setBaseUrl(String) - Method in class com.atlassian.crucible.plugin.export.ReviewExporter
Sets the baseUrl variable.

V

ValidationException - Exception in com.atlassian.crucible.plugin.export.exception
Thrown if an input field has not been included in the form submission.
ValidationException(String) - Constructor for exception com.atlassian.crucible.plugin.export.exception.ValidationException
 

C D E G L O P R S V

Copyright © 2008. All Rights Reserved.