Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
A
AbstractFishEyeAuthenticator
- Class in
com.cenqua.fisheye.user.plugin
A super class for all Custom FishEye Authenticators.
AbstractFishEyeAuthenticator()
- Constructor for class com.cenqua.fisheye.user.plugin.
AbstractFishEyeAuthenticator
ActionData
- Class in
com.atlassian.crucible.spi.data
Contains available Crucible action name and presentation text.
ActionData()
- Constructor for class com.atlassian.crucible.spi.data.
ActionData
ActionData(String)
- Constructor for class com.atlassian.crucible.spi.data.
ActionData
actionData
- Variable in class com.atlassian.crucible.spi.data.
Actions
Actions
- Class in
com.atlassian.crucible.spi.data
Collection of available actions for user
Actions()
- Constructor for class com.atlassian.crucible.spi.data.
Actions
Actions(List<ActionData>)
- Constructor for class com.atlassian.crucible.spi.data.
Actions
addAllDetails(Map<RevisionKey, RevisionData>)
- Method in class com.atlassian.crucible.scm.
HasMaybeDetails
addChangesetsToReview(PermId<ReviewData>, String, List<ChangesetData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add a changeset to existing review -- the review will contain all the revisions in the changesets.
addComment(PermId<ReviewItemData>, VersionedLineCommentData)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add a comment to an item in a review.
addDetails(RevisionKey, RevisionData)
- Method in class com.atlassian.crucible.scm.
HasMaybeDetails
ADDED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The value for this key should be a boolean.
addFisheyeDiff(PermId<ReviewData>, String, String, String, String, String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add the changes between two files in a fisheye repository to the review.
addGeneralComment(PermId<ReviewData>, GeneralCommentData)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add a general comment to a review.
addPatchToReview(PermId<ReviewData>, String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add a patch to existing review -- the review will contain provied patch
addReply(PermId<CommentData>, GeneralCommentData)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add reply to comment in a review.
addRequestHeaders(Principal, TrustedRequest)
- Method in interface com.atlassian.crucible.spi.services.
TrustedAppsService
addReviewers(PermId<ReviewData>, String[])
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Add reviewers to a review
addRow(Object[])
- Method in class com.atlassian.fisheye.spi.data.
TabularQueryResultData
ANON
- Static variable in class com.cenqua.crucible.model.
Principal.Anonymous
anyMaybeDetails()
- Method in class com.atlassian.crucible.scm.
HasMaybeDetails
AUTHOR
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
AuthToken
- Interface in
com.cenqua.fisheye.user.plugin
A token representing a successful login.
await(long)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LatchedRunnable
B
BINARY
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
Indicates whether a file is binary or text.
BRANCH
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
C
cancel()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Cancel should be called if you wish to interrupt process execution.
ChangelogBrowser
- Interface in
com.atlassian.crucible.scm
Provides information on the changesets in an SCM implementation
ChangelogBrowser.ChangeSets
- Class in
com.atlassian.crucible.scm
ChangelogBrowser.ChangeSets(boolean, boolean, List<ChangeSet>)
- Constructor for class com.atlassian.crucible.scm.
ChangelogBrowser.ChangeSets
ChangeSet
- Class in
com.atlassian.crucible.scm
ChangeSet(String, List<RevisionKey>)
- Constructor for class com.atlassian.crucible.scm.
ChangeSet
CHANGESET
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
a string identifying the changeset this revision belongs too
ChangesetData
- Class in
com.atlassian.crucible.spi.data
ChangesetData()
- Constructor for class com.atlassian.crucible.spi.data.
ChangesetData
ChangesetData(String)
- Constructor for class com.atlassian.crucible.spi.data.
ChangesetData
ChangesetData
- Class in
com.atlassian.fisheye.spi.data
Data object representing a fisheye changeset
ChangesetData(String, Date, String, String, String, List<FileRevisionKeyData>)
- Constructor for class com.atlassian.fisheye.spi.data.
ChangesetData
Data object representing a fisheye changeset
ChangesetsData
- Class in
com.atlassian.fisheye.spi.data
Data object representing a list of changeset ids and
ChangesetsData(int, List<String>)
- Constructor for class com.atlassian.fisheye.spi.data.
ChangesetsData
changeState(PermId<ReviewData>, String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Change the state of a review by performing an action on it.
checkPassword(String, String)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator
checkPassword(String, String)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
checkPassword(String, String)
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Called to check a user's password.
checkPassword(String, String)
- Method in class com.cenqua.fisheye.user.plugin.
NullFishEyeAuthenticator
checkRequest(HttpServletRequest)
- Method in class com.cenqua.fisheye.user.plugin.
AbstractFishEyeAuthenticator
checkRequest(HttpServletRequest)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
checkRequest(HttpServletRequest)
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Called to allow implementations to determine if the request is pre-authenticated, bypassing FishEye's own HTTP authentication.
close()
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator
close()
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
close()
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Called when this authenticator will no longer be used.
close()
- Method in class com.cenqua.fisheye.user.plugin.
NullFishEyeAuthenticator
closeReviewWithSummary(PermId<ReviewData>, String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Complete/uncomplte review by reviewer
com.atlassian.crucible.event
- package com.atlassian.crucible.event
com.atlassian.crucible.scm
- package com.atlassian.crucible.scm
com.atlassian.crucible.spi
- package com.atlassian.crucible.spi
com.atlassian.crucible.spi.data
- package com.atlassian.crucible.spi.data
com.atlassian.crucible.spi.services
- package com.atlassian.crucible.spi.services
com.atlassian.fisheye.event
- package com.atlassian.fisheye.event
com.atlassian.fisheye.plugin.configuration
- package com.atlassian.fisheye.plugin.configuration
com.atlassian.fisheye.plugins.scm.utils
- package com.atlassian.fisheye.plugins.scm.utils
com.atlassian.fisheye.plugins.scm.utils.process
- package com.atlassian.fisheye.plugins.scm.utils.process
com.atlassian.fisheye.plugins.scm.utils.repository
- package com.atlassian.fisheye.plugins.scm.utils.repository
com.atlassian.fisheye.spi.data
- package com.atlassian.fisheye.spi.data
com.atlassian.fisheye.spi.services
- package com.atlassian.fisheye.spi.services
com.atlassian.fisheye.ui.filedecoration
- package com.atlassian.fisheye.ui.filedecoration
com.cenqua.crucible.model
- package com.cenqua.crucible.model
com.cenqua.fisheye.user.plugin
- package com.cenqua.fisheye.user.plugin
CommentCreatedEvent
- Interface in
com.atlassian.crucible.event
The creation of a comment
CommentData
- Interface in
com.atlassian.crucible.spi.data
Common attributes of comments on items and general comments on reviews.
CommentDataImpl
- Class in
com.atlassian.crucible.spi.data
An abstract class containing fields common to all comment data objects
CommentDataImpl()
- Constructor for class com.atlassian.crucible.spi.data.
CommentDataImpl
CommentDataImpl(String, boolean, boolean, boolean, boolean, UserData, Date, String, List<GeneralCommentData>, Map<String, CustomFieldData>)
- Constructor for class com.atlassian.crucible.spi.data.
CommentDataImpl
CommentDeletedEvent
- Interface in
com.atlassian.crucible.event
The deletion of a comment
Comments
- Class in
com.atlassian.crucible.spi.data
Comments()
- Constructor for class com.atlassian.crucible.spi.data.
Comments
Comments(List<GeneralCommentData>)
- Constructor for class com.atlassian.crucible.spi.data.
Comments
Comments(List<VersionedLineCommentData>, boolean)
- Constructor for class com.atlassian.crucible.spi.data.
Comments
Comments(List<GeneralCommentData>, List<VersionedLineCommentData>)
- Constructor for class com.atlassian.crucible.spi.data.
Comments
comments
- Variable in class com.atlassian.crucible.spi.data.
Comments
CommentUpdatedEvent
- Interface in
com.atlassian.crucible.event
A comment is updated.
COMMIT_DATE
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The time a resource was committed.
COMMIT_MESSAGE
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
CommitEvent
- Interface in
com.atlassian.fisheye.event
An event thrown whenever a change set is committed.
complete()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
CopyOutputHandler
complete()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
InputHandler
complete()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
OutputHandler
Called when the process completes.
complete(int, ProcessException)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
complete(int, ProcessException)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Called when the external process has completed
complete()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringInputHandler
complete()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringOutputHandler
completeReview(PermId<ReviewData>, boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Complete/uncomplte review by reviewer
configChanged()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
Configurable
<
T
> - Interface in
com.atlassian.fisheye.plugins.scm.utils
To be implemented by clients of the SimpleConfigurationServlet
ConfigurableSCMModule
<
T
extends
SimpleConfiguration
> - Class in
com.atlassian.fisheye.plugins.scm.utils
An SCMSource which supports a simple configuration
ConfigurableSCMModule(ModuleConfigurationStore)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
ContentService
- Interface in
com.atlassian.fisheye.spi.services
Provides an API for retreving the content of files stored in the repository
COPIED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The value for this key should be a boolean.
CopyOutputHandler
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
An Output Handler which copies the process output into a give output stream
CopyOutputHandler(OutputStream)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
CopyOutputHandler
Create a CopyOutputHandler to redirect output from the process to the given stream
createRepository(T)
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
createReview(ReviewData)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Create a new review from the attributes in a ReviewData instance.
createReviewFromChangeSets(ReviewData, String, List<ChangesetData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Create a new review from a changesets -- the review will contain all the revisions in the changesets
createReviewFromPatch(ReviewData, String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Create a new review from a patch.
CustomFieldData
- Class in
com.atlassian.crucible.spi.data
Contains the attributes of a custom field, excluding the name, which is present as the key of the Map containing the field
CustomFieldData()
- Constructor for class com.atlassian.crucible.spi.data.
CustomFieldData
CustomFieldData(int, String)
- Constructor for class com.atlassian.crucible.spi.data.
CustomFieldData
CustomFieldDefData
- Class in
com.atlassian.crucible.spi.data
Contains the attributes of a custom field, excluding the name, which is present as the key of the Map containing the field
CustomFieldDefData()
- Constructor for class com.atlassian.crucible.spi.data.
CustomFieldDefData
CustomFieldDefData(CustomFieldValueType, int, String, String, String, CustomFieldValue)
- Constructor for class com.atlassian.crucible.spi.data.
CustomFieldDefData
CustomFieldValue
- Class in
com.atlassian.crucible.spi.data
CustomFieldValue()
- Constructor for class com.atlassian.crucible.spi.data.
CustomFieldValue
CustomFieldValue(String, Object)
- Constructor for class com.atlassian.crucible.spi.data.
CustomFieldValue
CustomFieldValueType
- Enum in
com.atlassian.crucible.spi.data
The set of types a custom field can have
CustomFilterData
- Class in
com.atlassian.crucible.spi.data
CustomFilterData()
- Constructor for class com.atlassian.crucible.spi.data.
CustomFilterData
CustomFilterData(String, String, String, String, String, String, boolean, Boolean, Boolean, String)
- Constructor for class com.atlassian.crucible.spi.data.
CustomFilterData
CvsRepositoryData
- Class in
com.atlassian.crucible.spi.data
Holds CVS specific attributes
CvsRepositoryData()
- Constructor for class com.atlassian.crucible.spi.data.
CvsRepositoryData
CvsRepositoryData(String, String, boolean, String)
- Constructor for class com.atlassian.crucible.spi.data.
CvsRepositoryData
D
defaultConfig()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
SimpleConfigurationServlet
DELETED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
Indicates whether a file or directory has been deleted as part of a revision.
deleteReview(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Permanently delete a review.
DetailConstants
- Interface in
com.atlassian.crucible.scm
Custom fields should be fq names like "com.company.myfield".
DetailedReviewData
- Class in
com.atlassian.crucible.spi.data
DetailedReviewData()
- Constructor for class com.atlassian.crucible.spi.data.
DetailedReviewData
DetailedReviewData(String, String, String, UserData, UserData, UserData, String, String, ReviewData.State, boolean, PermId<ReviewData>, Date, Date, int)
- Constructor for class com.atlassian.crucible.spi.data.
DetailedReviewData
DetailedReviewData(ReviewData)
- Constructor for class com.atlassian.crucible.spi.data.
DetailedReviewData
DIFF_PATH
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
the path of the ancestor of this revision
DIFF_REVISION
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
the revision of the ancestor of this revision
DirectoryBrowser
- Interface in
com.atlassian.crucible.scm
DirectorySummary
- Class in
com.atlassian.crucible.scm
DirectorySummary(String)
- Constructor for class com.atlassian.crucible.scm.
DirectorySummary
doGet(HttpServletRequest, HttpServletResponse)
- Method in class com.atlassian.fisheye.plugins.scm.utils.
SimpleConfigurationServlet
doPost(HttpServletRequest, HttpServletResponse)
- Method in class com.atlassian.fisheye.plugins.scm.utils.
SimpleConfigurationServlet
doTask()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LatchedRunnable
E
equals(Object)
- Method in class com.atlassian.crucible.scm.
RevisionKey
equals(Object)
- Method in class com.atlassian.crucible.spi.data.
ActionData
equals(Object)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldData
equals(Object)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
equals(Object)
- Method in class com.atlassian.crucible.spi.data.
UserData
equals(Object)
- Method in class com.atlassian.crucible.spi.
PermId
ExampleFishEyeAuthenticator
- Class in
com.cenqua.fisheye.user.plugin
An example authenticator.
ExampleFishEyeAuthenticator()
- Constructor for class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator
ExampleFishEyeAuthenticator.ExampleAuthToken
- Class in
com.cenqua.fisheye.user.plugin
ExampleFishEyeAuthenticator.ExampleAuthToken(String)
- Constructor for class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator.ExampleAuthToken
ExampleFishEyeHttpAuthenticator
- Class in
com.cenqua.fisheye.user.plugin
An authenticator that accepts requests coming from a list (comma seperated) of preconfigured remote addresses.
ExampleFishEyeHttpAuthenticator()
- Constructor for class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
execute()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Execute the external command.
ExternalProcess
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
This class manages the execution of an external process, using separate threads to process the process' IO requirements.
ExternalProcess(String[], ProcessHandler)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Process an external command.
ExternalProcess(List<String>, ProcessHandler)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Process an external command (the command and arguments are given as a list)
ExternalProcess(String, ProcessHandler)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Process an external command.
F
FILE_TYPE
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
"file" for files, "dir" for directories, "file" is default.
FileHistory
- Class in
com.atlassian.crucible.scm
Details of the history of the file at a particular path.
FileHistory(List<RevisionKey>)
- Constructor for class com.atlassian.crucible.scm.
FileHistory
FileRevisionData
- Class in
com.atlassian.fisheye.spi.data
Data object encapsulating information about a filerevision in the repository
FileRevisionData(String, String, String, Date, FileRevisionData.State, int, int, int, String, String, String)
- Constructor for class com.atlassian.fisheye.spi.data.
FileRevisionData
FileRevisionData.State
- Enum in
com.atlassian.fisheye.spi.data
FileRevisionKeyData
- Class in
com.atlassian.fisheye.spi.data
Data Object for storing the path and revision identifying a filerevision
FileRevisionKeyData(String, String)
- Constructor for class com.atlassian.fisheye.spi.data.
FileRevisionKeyData
FileSummary
- Class in
com.atlassian.crucible.scm
A summary of a file within a directory listing.
FileSummary(RevisionKey)
- Constructor for class com.atlassian.crucible.scm.
FileSummary
finish()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Finish process execution.
finish(int)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Wait a given time for the process to finish
FishEyeAuthenticator
- Interface in
com.cenqua.fisheye.user.plugin
The authentication/authorisation plugin interface for FishEye.
FisheyePluginUtilities
- Interface in
com.atlassian.crucible.spi
Provides access to Fisheye specific data required by plugins
FisheyeReviewItemAttibutes
- Class in
com.atlassian.crucible.spi.data
FisheyeReviewItemAttibutes()
- Constructor for class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
FisheyeReviewItemAttibutes(boolean, boolean, boolean, boolean, boolean)
- Constructor for class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
FisheyeReviewItemData
- Class in
com.atlassian.crucible.spi.data
A bean containg the attributes of a change in a review
FisheyeReviewItemData()
- Constructor for class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
FisheyeReviewItemData(String, String, String, String, String)
- Constructor for class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
FisheyeReviewItemData(String, String, String, String, String, String)
- Constructor for class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
FisheyeReviewItemData(String, String, String, String, String, FisheyeReviewItemAttibutes, String, String, FisheyeReviewItemData.FileType, String, Date)
- Constructor for class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
FisheyeReviewItemData.CommitType
- Enum in
com.atlassian.crucible.spi.data
FisheyeReviewItemData.FileType
- Enum in
com.atlassian.crucible.spi.data
G
GeneralCommentData
- Class in
com.atlassian.crucible.spi.data
Holds the attributes of a general comment on a Review
GeneralCommentData()
- Constructor for class com.atlassian.crucible.spi.data.
GeneralCommentData
GeneralCommentData(String, boolean, boolean, boolean, boolean, UserData, Date, List<GeneralCommentData>, Map<String, CustomFieldData>)
- Constructor for class com.atlassian.crucible.spi.data.
GeneralCommentData
GeneralCommentData(String, boolean, boolean, boolean, boolean, UserData, Date, String, List<GeneralCommentData>, Map<String, CustomFieldData>)
- Constructor for class com.atlassian.crucible.spi.data.
GeneralCommentData
getAction()
- Method in interface com.atlassian.crucible.event.
ReviewStateChangedEvent
getActions()
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
getActionString()
- Method in enum com.atlassian.crucible.spi.services.
ReviewService.Action
getAllowedActionsForReview(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of allowed actions for review.
getAllowedTransitionsForReview(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of allowed trnasitions for review.
getAllProjects()
- Method in interface com.atlassian.crucible.spi.services.
ProjectService
Returns the details of all projects.
getAllReviewers(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get the reviewer data of all the reviewers on a review.
getAllReviews(boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a ReviewData instance for each review.
getAllReviewsForItem(String, String, boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of all the reviews for which the user involved based on predefined criteria.
getAllRevisionComments(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of the comments on all the items in a review.
getAllUsers()
- Method in interface com.atlassian.crucible.spi.services.
UserService
Returns the Crucible users.
getAncestor()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getAnotationDecorators(String, String, String)
- Method in interface com.atlassian.fisheye.ui.filedecoration.
GutterRenderer
Called to provide decorators for a given FishEye revision.
getAuthor()
- Method in class com.atlassian.crucible.scm.
ChangeSet
getAuthor()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getAuthor()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getAuthor()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
getAuthor()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getAuthorName()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getBaseUrl()
- Method in interface com.atlassian.crucible.spi.
FisheyePluginUtilities
getBranch()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
getBuildDate()
- Method in class com.atlassian.crucible.spi.data.
VersionInfo
getByActionString(String)
- Static method in enum com.atlassian.crucible.spi.services.
ReviewService.Action
getChangelogBrowser()
- Method in interface com.atlassian.crucible.scm.
HasChangelogBrowser
A source of information about Changelogs
getChangeset(String, String)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
getChangeSetId()
- Method in interface com.atlassian.fisheye.event.
CommitEvent
getChangeSets()
- Method in class com.atlassian.crucible.scm.
ChangelogBrowser.ChangeSets
getChildReviews(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get the child reviews belonging to a review
getCloseDate()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getColumnTypes()
- Method in class com.atlassian.fisheye.spi.data.
TabularQueryResultData
getComment()
- Method in class com.atlassian.crucible.scm.
ChangeSet
getComment(PermId<CommentData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a comment
getComment()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
getComment()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getCommentId()
- Method in interface com.atlassian.crucible.event.
ReviewCommentEvent
getCommitDate()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getCommitType()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getCompletedReviewers(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get the reviewer data of the reviewers that already completed a review.
getConfiguration(ModuleDescriptor)
- Method in interface com.atlassian.fisheye.plugin.configuration.
ModuleConfigurationStore
Get a plugin module's configuration data.
getConfiguration()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.
Configurable
getConfiguration()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
getConfigVersion()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldData
getConfigVersion()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getContent(String, FileRevisionKeyData, OutputStream)
- Method in interface com.atlassian.fisheye.spi.services.
ContentService
getCreateDate()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
getCreateDate()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
getCreateDate()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getCreator()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getCreator()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getCsid()
- Method in class com.atlassian.crucible.scm.
ChangeSet
getCsid()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
getCsid()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getCsids()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetsData
getCustomFilterReviews(CustomFilterData, boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of all the reviews for which the user involved based on predefined criteria.
getDate()
- Method in class com.atlassian.crucible.scm.
ChangeSet
getDate()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
getDate()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getDefaultRepositoryName()
- Method in class com.atlassian.crucible.spi.data.
ProjectData
getDefaultValue()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getDescription()
- Method in interface com.atlassian.crucible.scm.
SCMRepository
A user friendly description of this repository
getDescription()
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
getDescription()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getDescription()
- Method in enum com.atlassian.fisheye.spi.data.
RepositoryData.State
getDetails()
- Method in class com.atlassian.crucible.scm.
RevisionData
getDiffRevisionKey(Principal, RevisionKey)
- Method in interface com.atlassian.crucible.scm.
SCMRepository
get the prior revision key, this is the revision this one came from
getDir()
- Method in class com.atlassian.crucible.spi.data.
CvsRepositoryData
getDirectoryBrowser()
- Method in interface com.atlassian.crucible.scm.
HasDirectoryBrowser
getDisplayName()
- Method in class com.atlassian.crucible.spi.data.
UserData
getDisplayName()
- Method in class com.cenqua.crucible.model.
Principal.Anonymous
getDisplayName()
- Method in interface com.cenqua.crucible.model.
Principal
getDisplayName()
- Method in interface com.cenqua.fisheye.user.plugin.
AuthToken
The full name to use when displaying data by this user.
getDisplayName()
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator.ExampleAuthToken
getDisplayPath()
- Method in class com.atlassian.crucible.scm.
FileHistory
getEffectivePrincipal()
- Method in interface com.atlassian.crucible.spi.
TxSupport
getEmail()
- Method in interface com.cenqua.fisheye.user.plugin.
AuthToken
The email address of the user (if the underlying authenticator can automatically determine it).
getEmail()
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator.ExampleAuthToken
getError()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringProcessHandler
getErrorHandler()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
getException()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
getExitCode()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
getFieldScope()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getFileHistory(Principal, String)
- Method in interface com.atlassian.crucible.scm.
DirectoryBrowser
getFileType()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getFilteredReviews(String, boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of all the reviews for which the user involved based on predefined criteria.
getFromLineRange()
- Method in class com.atlassian.crucible.spi.data.
VersionedLineCommentData
getFromPath()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getFromRevision()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getGeneralComments()
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
getGeneralComments(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of the general comments on a review.
getGutterClass(int)
- Method in interface com.atlassian.fisheye.ui.filedecoration.
LineDecorator
A string to be used in the class="" for a gutter element.
getGutterInnerHtml(int)
- Method in interface com.atlassian.fisheye.ui.filedecoration.
LineDecorator
The html string to be used inside the gutter element.
getGutterStyle(int)
- Method in interface com.atlassian.fisheye.ui.filedecoration.
LineDecorator
A string to be used in the style="" for a gutter element.
getHandler()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Get the process handler for this process execution
getHeadMaybeDetail()
- Method in class com.atlassian.crucible.scm.
FileSummary
getHeadRevision()
- Method in class com.atlassian.crucible.scm.
FileSummary
getId()
- Method in class com.atlassian.crucible.spi.data.
ChangesetData
getId()
- Method in class com.atlassian.crucible.spi.data.
ProjectData
getId()
- Method in class com.atlassian.crucible.spi.
PermId
getInputHandler()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
getKey()
- Method in class com.atlassian.crucible.spi.data.
ProjectData
getLabel()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getLinesAdded()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getLinesRemoved()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getMaxReturn()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetsData
getMaybeDetails()
- Method in class com.atlassian.crucible.scm.
HasMaybeDetails
getMaybeDetails(RevisionKey)
- Method in class com.atlassian.crucible.scm.
HasMaybeDetails
Get the RevisionData for a key, or null if we don't have any
getMaybeHistory()
- Method in class com.atlassian.crucible.scm.
FileSummary
getMessage()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
getMessage()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
getMetrics()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
getMetrics()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
getMetrics(int)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get metrics metadata for specified metrics version
getMetricsVersion()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getModerator()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getModerator()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getModuleDescriptor()
- Method in interface com.atlassian.crucible.scm.
SCMModule
getModuleDescriptor()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
getName()
- Method in interface com.atlassian.crucible.scm.
SCMModule
getName()
- Method in interface com.atlassian.crucible.scm.
SCMRepository
A unique key for the repository.
getName()
- Method in class com.atlassian.crucible.spi.data.
ActionData
getName()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getName()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldValue
getName()
- Method in class com.atlassian.crucible.spi.data.
ProjectData
getName()
- Method in class com.atlassian.crucible.spi.data.
RepositoryData
getName()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getName()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.
SimpleConfiguration
getName()
- Method in class com.atlassian.fisheye.spi.data.
PathInfoData
getName()
- Method in class com.atlassian.fisheye.spi.data.
RepositoryData
getNames()
- Method in class com.atlassian.fisheye.spi.data.
TabularQueryResultData
getNewState()
- Method in interface com.atlassian.crucible.event.
ReviewStateChangedEvent
getOldState()
- Method in interface com.atlassian.crucible.event.
ReviewStateChangedEvent
getOutput()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringOutputHandler
getOutput()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringProcessHandler
getOutputHandler()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
getParentReview()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getPatchUrl()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getPath()
- Method in class com.atlassian.crucible.scm.
DirectorySummary
getPath()
- Method in class com.atlassian.crucible.scm.
RevisionKey
getPath()
- Method in class com.atlassian.crucible.spi.data.
P4RepositoryData
getPath()
- Method in class com.atlassian.crucible.spi.data.
SvnRepositoryData
getPath()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getPath()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionKeyData
getPermaId()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getPermaId()
- Method in class com.atlassian.crucible.spi.data.
VersionedCommentData
getPermaIdAsString()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
getPermaIdAsString()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
getPermId()
- Method in class com.atlassian.crucible.spi.data.
GeneralCommentData
getPermId()
- Method in class com.atlassian.crucible.spi.data.
ReviewItemData
getPermId()
- Method in exception com.atlassian.crucible.spi.services.
NotFoundException
getPermissionSchemeId()
- Method in class com.atlassian.crucible.spi.data.
ProjectData
getPluginKey()
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
getPort()
- Method in class com.atlassian.crucible.spi.data.
P4RepositoryData
getProject()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getProjectKey()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getProviderPluginModuleKey()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
SimpleConfigurationServlet
getReleaseNumber()
- Method in class com.atlassian.crucible.spi.data.
VersionInfo
getReplies()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
getReplies()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
getReplies(PermId<CommentData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of the comments on all the items in a review.
getRepositories()
- Method in interface com.atlassian.crucible.scm.
SCMModule
getRepositories()
- Method in interface com.atlassian.crucible.spi.services.
RepositoryService
Returns the details of all the repositories in this instance that the current user has access to.
getRepositories()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
getRepository(String)
- Method in interface com.atlassian.crucible.spi.services.
RepositoryService
Returns the details of the repository with the specified name.
getRepositoryInfo(String)
- Method in interface com.atlassian.fisheye.spi.services.
RepositoryService
getRepositoryName()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getRepositoryName()
- Method in interface com.atlassian.fisheye.event.
CommitEvent
getRev()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getRev()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionKeyData
getReview(PermId<ReviewData>, boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a single review from its permId.
getReviewer()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getReviewers()
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
getReviewId()
- Method in interface com.atlassian.crucible.event.
ReviewEvent
getReviewItem(PermId<ReviewData>, PermId<ReviewItemData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a single item from a review.
getReviewItemId()
- Method in class com.atlassian.crucible.spi.data.
VersionedCommentData
getReviewItems()
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
getReviewItemsForReview(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of all the items in a review.
getReviewsInStates(ReviewData.State[], boolean)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get Reviews which are in a particular state
getRevision()
- Method in class com.atlassian.crucible.scm.
RevisionKey
getRevision(String, String, String)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
getRevisionData(Principal, RevisionKey)
- Method in interface com.atlassian.crucible.scm.
SCMRepository
Return information about a particular revision of a particular path.
getRevisions()
- Method in class com.atlassian.crucible.scm.
ChangeSet
getRevisions()
- Method in class com.atlassian.crucible.scm.
FileHistory
getRevisions()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
getRows()
- Method in class com.atlassian.fisheye.spi.data.
TabularQueryResultData
getRows(int)
- Method in class com.atlassian.fisheye.spi.data.
TabularQueryResultData
getServer()
- Method in class com.atlassian.crucible.spi.data.
P4RepositoryData
getState()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getState()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getState()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getState()
- Method in class com.atlassian.fisheye.spi.data.
RepositoryData
getState(String)
- Static method in enum com.atlassian.fisheye.spi.data.
RepositoryData.State
getStateDescription()
- Method in interface com.atlassian.crucible.scm.
SCMRepository
A human readable description of the repository's current state
getStateDescription()
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
getStaticDir()
- Method in interface com.atlassian.crucible.spi.
FisheyePluginUtilities
getSummary()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
getTemplatePackage()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
SimpleConfigurationServlet
getTimeoutTime()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
Watchdog
getTitle()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
getToLineRange()
- Method in class com.atlassian.crucible.spi.data.
VersionedLineCommentData
getToPath()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getToRevision()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
getTotalLines()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
getTransitions()
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
getType()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getType()
- Method in class com.atlassian.crucible.spi.data.
RepositoryData
getUncompletedReviewers(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get the reviewer data of the reviewers that didn't complete the review.
getUncompletedReviewsForUser(String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of all the reviews for which the user is a reviwer who has not completed the review.
getUrl()
- Method in class com.atlassian.crucible.spi.data.
SvnRepositoryData
getUser()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
getUser()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
getUserName()
- Method in class com.atlassian.crucible.spi.data.
UserData
getUserName()
- Method in class com.cenqua.crucible.model.
Principal.Anonymous
getUserName()
- Method in interface com.cenqua.crucible.model.
Principal
getUsername()
- Method in interface com.cenqua.fisheye.user.plugin.
AuthToken
The username used when authenticating the user
getUsername()
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator.ExampleAuthToken
getValue()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldData
getValue()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldValue
getValues()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
getVersionedComments()
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
getVersionedComments(PermId<ReviewItemData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get a list of the comments on an item in a review.
getVersionInfo()
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Get Crucible version info
getWatchdog()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
getWatchdog()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Get the watchdog associated with this handler.
getXStream()
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
GutterRenderer
- Interface in
com.atlassian.fisheye.ui.filedecoration
A Plugin point for decorating the display of files.
H
HasChangelogBrowser
- Interface in
com.atlassian.crucible.scm
An SCMRepository which provides access to a changelog sould implement this interface.
HasDirectoryBrowser
- Interface in
com.atlassian.crucible.scm
An SCMRepository which provides access to a directory tree should implement this interface.
hashCode()
- Method in class com.atlassian.crucible.scm.
RevisionKey
hashCode()
- Method in class com.atlassian.crucible.spi.data.
ActionData
hashCode()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldData
hashCode()
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
hashCode()
- Method in class com.atlassian.crucible.spi.data.
UserData
hashCode()
- Method in class com.atlassian.crucible.spi.
PermId
hasInput()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
hasInput()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Indicate if this handler has input to provide to the process
HasMaybeDetails
- Class in
com.atlassian.crucible.scm
HasMaybeDetails()
- Constructor for class com.atlassian.crucible.scm.
HasMaybeDetails
hasPermissionToAccess(AuthToken, String, String)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator
hasPermissionToAccess(AuthToken, String, String)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
hasPermissionToAccess(AuthToken, String, String)
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Check if a user has permission to access the given repository.
hasPermissionToAccess(AuthToken, String, String)
- Method in class com.cenqua.fisheye.user.plugin.
NullFishEyeAuthenticator
I
init(Properties)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator
init(Properties)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
init(Properties)
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Called to configure this authenticator.
init(Properties)
- Method in class com.cenqua.fisheye.user.plugin.
NullFishEyeAuthenticator
InputHandler
- Interface in
com.atlassian.fisheye.plugins.scm.utils.process
A Handler for process input The InputHandler interface is designed to allow different input provision strategies to be plugged into process handlers
interrupt()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LatchedRunnable
isAdded()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
isAllowReviewersToJoin()
- Method in class com.atlassian.crucible.spi.data.
ProjectData
isAllowReviewersToJoin()
- Method in class com.atlassian.crucible.spi.data.
ReviewData
isAllReviewersComplete()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
isAvailable(Principal)
- Method in interface com.atlassian.crucible.scm.
SCMRepository
Is this repository available?
isAvailable()
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
isComplete()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
isComplete()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
isComplete()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Indicate if the process has completed
isCompleted()
- Method in class com.atlassian.crucible.spi.data.
ReviewerData
isCopied()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
isDefectApproved()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
isDefectApproved()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
isDefectRaised()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
isDefectRaised()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
isDeleted()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
isDeleted()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
isDeleted()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
isDir()
- Method in class com.atlassian.fisheye.spi.data.
PathInfoData
isDraft()
- Method in interface com.atlassian.crucible.spi.data.
CommentData
isDraft()
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
isEnabled()
- Method in class com.atlassian.crucible.spi.data.
RepositoryData
isEnabled()
- Method in class com.atlassian.fisheye.spi.data.
RepositoryData
isFile()
- Method in class com.atlassian.fisheye.spi.data.
PathInfoData
isHeadDeleted()
- Method in class com.atlassian.fisheye.spi.data.
PathInfoData
isModified()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
isMoved()
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
isNewerChangeSetsExist()
- Method in class com.atlassian.crucible.scm.
ChangelogBrowser.ChangeSets
ISO8601DateAdapter
- Class in
com.atlassian.crucible.spi.data
ISO8601DateAdapter()
- Constructor for class com.atlassian.crucible.spi.data.
ISO8601DateAdapter
isOlderChangeSetsExist()
- Method in class com.atlassian.crucible.scm.
ChangelogBrowser.ChangeSets
isOrRoles()
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
isRepoNameInUse(String, HttpServletRequest)
- Method in interface com.atlassian.crucible.spi.
FisheyePluginUtilities
isRequestUserStillValid(String, HttpServletRequest)
- Method in class com.cenqua.fisheye.user.plugin.
AbstractFishEyeAuthenticator
isRequestUserStillValid(String, HttpServletRequest)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
isRequestUserStillValid(String, HttpServletRequest)
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Checks that the given username is still valid for the request.
isRunning()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LatchedRunnable
isTimedOut()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
Watchdog
iterator()
- Method in class com.atlassian.fisheye.spi.data.
TabularQueryResultData
L
LatchedRunnable
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
Date: 16/07/2008 Time: 14:54:03
LatchedRunnable()
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
LatchedRunnable
LineDecorator
- Interface in
com.atlassian.fisheye.ui.filedecoration
Provides decorations for the rendering of a file.
LineOutputHandler
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
An Output Handler which breaks the output from the process into discrete lines and processes each line in turn.
LineOutputHandler()
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
LineOutputHandler
LineOutputHandler(String)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
LineOutputHandler
LINES_ADDED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The value for this key should be an integer.
LINES_REMOVED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The value for this key should be an integer.
listChanges(Principal, String, String, boolean, String, boolean, int)
- Method in interface com.atlassian.crucible.scm.
ChangelogBrowser
returns sorted changesets, newest first
listChangesets(String, String)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
listChangesets(String, String, Date)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
listChangesets(String, String, Date, Date, int)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
listDirectories(Principal, String)
- Method in interface com.atlassian.crucible.scm.
DirectoryBrowser
Get a summary of each file and directory directly under a given path
listFiles(Principal, String)
- Method in interface com.atlassian.crucible.scm.
DirectoryBrowser
Get a summary of each file and directory directly under a given path
listPathHistory(String, String)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
listPaths(String, String)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
listRepositories()
- Method in interface com.atlassian.fisheye.spi.services.
RepositoryService
listTagsForRevision(String, String, String)
- Method in interface com.atlassian.fisheye.spi.services.
RevisionDataService
M
marshal(Date)
- Method in class com.atlassian.crucible.spi.data.
ISO8601DateAdapter
MODIFIED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The value for this key should be a boolean.
ModuleConfigurationStore
- Interface in
com.atlassian.fisheye.plugin.configuration
Configuration data store for plugin modules.
MOVED
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
The value for this key should be a boolean.
N
NotFoundException
- Exception in
com.atlassian.crucible.spi.services
Thrown by the spi services when a requested entity cannot be located.
NotFoundException(String)
- Constructor for exception com.atlassian.crucible.spi.services.
NotFoundException
NotFoundException(String, PermId)
- Constructor for exception com.atlassian.crucible.spi.services.
NotFoundException
NotFoundException(String, Throwable)
- Constructor for exception com.atlassian.crucible.spi.services.
NotFoundException
NotFoundException(String, PermId, Throwable)
- Constructor for exception com.atlassian.crucible.spi.services.
NotFoundException
NotPermittedException
- Exception in
com.atlassian.crucible.spi.services
Raised by the api methods when a user attempts to access a resource he/she has no access to according to the Crucible application-level entitlements (e.g.
NotPermittedException()
- Constructor for exception com.atlassian.crucible.spi.services.
NotPermittedException
NotPermittedException(String)
- Constructor for exception com.atlassian.crucible.spi.services.
NotPermittedException
NotPermittedException(String, Throwable)
- Constructor for exception com.atlassian.crucible.spi.services.
NotPermittedException
NotPermittedException(Throwable)
- Constructor for exception com.atlassian.crucible.spi.services.
NotPermittedException
NullFishEyeAuthenticator
- Class in
com.cenqua.fisheye.user.plugin
Does not permit any access.
NullFishEyeAuthenticator()
- Constructor for class com.cenqua.fisheye.user.plugin.
NullFishEyeAuthenticator
O
OutputHandler
- Interface in
com.atlassian.fisheye.plugins.scm.utils.process
A Handler for process output The OutputHandler interface is designed to allow different output handling strategies to be plugged into process handlers
P
P4RepositoryData
- Class in
com.atlassian.crucible.spi.data
Holds Perforce specific attributes
P4RepositoryData()
- Constructor for class com.atlassian.crucible.spi.data.
P4RepositoryData
P4RepositoryData(String, String, boolean, String, int, String)
- Constructor for class com.atlassian.crucible.spi.data.
P4RepositoryData
PathInfoData
- Class in
com.atlassian.fisheye.spi.data
Data object for information about a file or directory in the fisheye index
PathInfoData(String, boolean, boolean, boolean)
- Constructor for class com.atlassian.fisheye.spi.data.
PathInfoData
permId
- Variable in class com.atlassian.crucible.spi.data.
ReviewItemData
PermId
<
T
> - Class in
com.atlassian.crucible.spi
Holds a permId in a type-safe way PermIds are used to identify instances in the Crucible domain model.
PermId()
- Constructor for class com.atlassian.crucible.spi.
PermId
PermId(String)
- Constructor for class com.atlassian.crucible.spi.
PermId
PluggableProcessHandler
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
An implementation of a ProcessHandler where the processors for the process' IO streams can be plugged in.
PluggableProcessHandler()
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
PluginRepositoryData
- Class in
com.atlassian.crucible.spi.data
Contains information on a repository provided by a Crucibe SCM plugin module.
PluginRepositoryData()
- Constructor for class com.atlassian.crucible.spi.data.
PluginRepositoryData
PluginRepositoryData(String, String, boolean, String, boolean, String, String)
- Constructor for class com.atlassian.crucible.spi.data.
PluginRepositoryData
postComment(PermId<CommentData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Post comment in draft state (any kind of comment, also reply).
postComments(PermId<ReviewData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Post all comments in draft state (replies are not handled in bulk post).
Principal
- Interface in
com.cenqua.crucible.model
A Principal in Security terms is an entity that can be (and has been) authenticated.
Principal.Anonymous
- Class in
com.cenqua.crucible.model
process(InputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
CopyOutputHandler
process(OutputStream)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
InputHandler
process(InputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LineOutputHandler
process(InputStream)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
OutputHandler
Process an output stream generated by the external process (either stdout or stderr)
process(OutputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringInputHandler
process(InputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringOutputHandler
processError(InputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
processError(InputStream)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Process the process stderr stream
ProcessException
- Exception in
com.atlassian.fisheye.plugins.scm.utils.process
Exceptions thrown while running external processes
ProcessException(String, Throwable)
- Constructor for exception com.atlassian.fisheye.plugins.scm.utils.process.
ProcessException
ProcessException(String)
- Constructor for exception com.atlassian.fisheye.plugins.scm.utils.process.
ProcessException
ProcessException(Throwable)
- Constructor for exception com.atlassian.fisheye.plugins.scm.utils.process.
ProcessException
ProcessHandler
- Interface in
com.atlassian.fisheye.plugins.scm.utils.process
Interface used to manage the IO and termination needs of an external processes managed by ExternalProcess.
processLine(int, String)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LineOutputHandler
Process the given line
processOutput(InputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
processOutput(InputStream)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Process the process stdout stream
ProcessUtils
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
ProjectData
- Class in
com.atlassian.crucible.spi.data
Holds the attributes of a Project
ProjectData()
- Constructor for class com.atlassian.crucible.spi.data.
ProjectData
ProjectData(int, String, String, String, int, boolean)
- Constructor for class com.atlassian.crucible.spi.data.
ProjectData
ProjectService
- Interface in
com.atlassian.crucible.spi.services
Provides an API for working with Projects
provideInput(OutputStream)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
provideInput(OutputStream)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Provide input to the external process.
putConfiguration(ModuleDescriptor, byte[])
- Method in interface com.atlassian.fisheye.plugin.configuration.
ModuleConfigurationStore
Store configuration data for a plugin module.
Q
query(String, String, int)
- Method in interface com.atlassian.fisheye.spi.services.
SearchService
Run an eyeql query against the specified repository.
queryAsRows(String, String, int)
- Method in interface com.atlassian.fisheye.spi.services.
SearchService
R
recreateAuth(String)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeAuthenticator
recreateAuth(String)
- Method in class com.cenqua.fisheye.user.plugin.
ExampleFishEyeHttpAuthenticator
recreateAuth(String)
- Method in interface com.cenqua.fisheye.user.plugin.
FishEyeAuthenticator
Used to re-create a token for a user that was previously authenticated.
recreateAuth(String)
- Method in class com.cenqua.fisheye.user.plugin.
NullFishEyeAuthenticator
removeComment(PermId<CommentData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Remove a general comment from a review.
removeReviewer(PermId<ReviewData>, String)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Remove reviewers from a review
removeReviewItem(PermId<ReviewData>, PermId<ReviewItemData>)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Remove an item from a review.
RepositoryData
- Class in
com.atlassian.crucible.spi.data
Holds the attributes of a repository
RepositoryData()
- Constructor for class com.atlassian.crucible.spi.data.
RepositoryData
RepositoryData(String, String, boolean)
- Constructor for class com.atlassian.crucible.spi.data.
RepositoryData
RepositoryData
- Class in
com.atlassian.fisheye.spi.data
Data object for information about a fisheye repository
RepositoryData(String, boolean, RepositoryData.State)
- Constructor for class com.atlassian.fisheye.spi.data.
RepositoryData
RepositoryData.State
- Enum in
com.atlassian.fisheye.spi.data
Enumeration listing the possible states of the repository
RepositoryService
- Interface in
com.atlassian.crucible.spi.services
Provides an API for working with repositories
RepositoryService
- Interface in
com.atlassian.fisheye.spi.services
Provides an API for retrieving information about the repositories in fisheye
RepositoryState
- Enum in
com.atlassian.fisheye.plugins.scm.utils.repository
An enum that SCM implementations can use to internally track their repository state
reset()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
reset()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Called if the process is to be re-executed.
reset()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
Watchdog
ReviewCommentEvent
- Interface in
com.atlassian.crucible.event
An event regarding a Comment
ReviewCreatedEvent
- Interface in
com.atlassian.crucible.event
A review has been created.
ReviewData
- Class in
com.atlassian.crucible.spi.data
Holds the attributes of a review
ReviewData()
- Constructor for class com.atlassian.crucible.spi.data.
ReviewData
ReviewData(String, String, String, UserData, UserData, UserData, String, String, ReviewData.State, boolean, PermId<ReviewData>, Date, Date, int)
- Constructor for class com.atlassian.crucible.spi.data.
ReviewData
ReviewData(ReviewData)
- Constructor for class com.atlassian.crucible.spi.data.
ReviewData
ReviewData.State
- Enum in
com.atlassian.crucible.spi.data
ReviewDeletedEvent
- Interface in
com.atlassian.crucible.event
A review has been deleted.
reviewer
- Variable in class com.atlassian.crucible.spi.data.
Reviewers
ReviewerData
- Class in
com.atlassian.crucible.spi.data
Holds user specific attributes
ReviewerData()
- Constructor for class com.atlassian.crucible.spi.data.
ReviewerData
ReviewerData(String, String, boolean)
- Constructor for class com.atlassian.crucible.spi.data.
ReviewerData
Reviewers
- Class in
com.atlassian.crucible.spi.data
Reviewers()
- Constructor for class com.atlassian.crucible.spi.data.
Reviewers
Reviewers(Set<ReviewerData>)
- Constructor for class com.atlassian.crucible.spi.data.
Reviewers
ReviewEvent
- Interface in
com.atlassian.crucible.event
An Event occuring to a Review
reviewItem
- Variable in class com.atlassian.crucible.spi.data.
ReviewItems
ReviewItemData
- Class in
com.atlassian.crucible.spi.data
Contains the attributes of an item in a review
ReviewItemData()
- Constructor for class com.atlassian.crucible.spi.data.
ReviewItemData
ReviewItemData(String)
- Constructor for class com.atlassian.crucible.spi.data.
ReviewItemData
reviewItemId
- Variable in class com.atlassian.crucible.spi.data.
VersionedCommentData
ReviewItems
- Class in
com.atlassian.crucible.spi.data
ReviewItems()
- Constructor for class com.atlassian.crucible.spi.data.
ReviewItems
ReviewItems(List<ReviewItemData>)
- Constructor for class com.atlassian.crucible.spi.data.
ReviewItems
ReviewService
- Interface in
com.atlassian.crucible.spi.services
Provides an API for working with reviews.
ReviewService.Action
- Enum in
com.atlassian.crucible.spi.services
The actions which can be performed on a review, changing its state.
ReviewStateChangedEvent
- Interface in
com.atlassian.crucible.event
A review has changed state.
ReviewUpdatedEvent
- Interface in
com.atlassian.crucible.event
A change to a review which doesn't involve a state change.
REVISION_LINK
- Static variable in interface com.atlassian.crucible.scm.
DetailConstants
a String/URL to cannonical representation of this revision eg http://repo/branch/path/file.ext@123
RevisionData
- Class in
com.atlassian.crucible.scm
RevisionData()
- Constructor for class com.atlassian.crucible.scm.
RevisionData
RevisionDataService
- Interface in
com.atlassian.fisheye.spi.services
Provides an API for getting information about changesets and filerevisions indexed by fisheye
RevisionKey
- Class in
com.atlassian.crucible.scm
A version of a file is uniquely identified by a path and a revision string
RevisionKey(String, String)
- Constructor for class com.atlassian.crucible.scm.
RevisionKey
run()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LatchedRunnable
S
SCMModule
- Interface in
com.atlassian.crucible.scm
A type of repository -- a number of repositories of this type belong to this module Repositories in this module must have distinct names.
SCMRepository
- Interface in
com.atlassian.crucible.scm
A single repository
searchForReviews(String)
- Method in interface com.atlassian.crucible.spi.services.
SearchService
Search for reviews where the name, description, state or permaId contain the specified term.
SearchService
- Interface in
com.atlassian.crucible.spi.services
Provides an API for searching reviews.
SearchService
- Interface in
com.atlassian.fisheye.spi.services
Provides an API for searching the fisheye repositories
setActions(Actions)
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
setAdded(boolean)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
setAllowReviewersToJoin(boolean)
- Method in class com.atlassian.crucible.spi.data.
ProjectData
setAllowReviewersToJoin(boolean)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setAllReviewersComplete(Boolean)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setAuthor(String)
- Method in class com.atlassian.crucible.scm.
ChangeSet
setAuthor(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setAuthor(UserData)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setAuthorName(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setAvailable(boolean)
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
setBuildDate(String)
- Method in class com.atlassian.crucible.spi.data.
VersionInfo
setCloseDate(Date)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setComment(String)
- Method in class com.atlassian.crucible.scm.
ChangeSet
setCommitDate(Date)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setCommitType(FisheyeReviewItemData.CommitType)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setComplete(Boolean)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setCompleted(boolean)
- Method in class com.atlassian.crucible.spi.data.
ReviewerData
setConfiguration(T)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.
Configurable
setConfiguration(List<T>)
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
setConfigVersion(int)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldData
setConfigVersion(int)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setCopied(boolean)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
setCreateDate(Date)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setCreateDate(Date)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setCreateDate(Date)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setCreator(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setCreator(UserData)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setDate(Date)
- Method in class com.atlassian.crucible.scm.
ChangeSet
setDefaultRepositoryName(String)
- Method in class com.atlassian.crucible.spi.data.
ProjectData
setDefaultValue(CustomFieldValue)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setDefectApproved(boolean)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setDefectApproved(boolean)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setDefectRaised(boolean)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setDefectRaised(boolean)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setDeleted(boolean)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setDeleted(boolean)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setDeleted(boolean)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
setDescription(String)
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
setDescription(String)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setDetail(String, String)
- Method in class com.atlassian.crucible.scm.
RevisionData
setDetail(String, Date)
- Method in class com.atlassian.crucible.scm.
RevisionData
setDetail(String, boolean)
- Method in class com.atlassian.crucible.scm.
RevisionData
setDetail(String, long)
- Method in class com.atlassian.crucible.scm.
RevisionData
setDetail(String, Integer)
- Method in class com.atlassian.crucible.scm.
RevisionData
setDir(String)
- Method in class com.atlassian.crucible.spi.data.
CvsRepositoryData
setDisplayName(String)
- Method in class com.atlassian.crucible.spi.data.
UserData
setDraft(boolean)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setDraft(boolean)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setEffectivePrincipal(Principal)
- Method in interface com.atlassian.crucible.spi.
TxSupport
setEnabled(boolean)
- Method in class com.atlassian.crucible.spi.data.
RepositoryData
setErrorHandler(OutputHandler)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
setFieldScope(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setFileType(FisheyeReviewItemData.FileType)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setFromLineRange(String)
- Method in class com.atlassian.crucible.spi.data.
VersionedLineCommentData
setFromPath(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setFromRevision(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setGeneralComments(Comments)
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
setHeadMaybeDetail(RevisionData)
- Method in class com.atlassian.crucible.scm.
FileSummary
Further (optional) details about getHeadRevision().
setId(String)
- Method in class com.atlassian.crucible.spi.data.
ChangesetData
setId(int)
- Method in class com.atlassian.crucible.spi.data.
ProjectData
setId(String)
- Method in class com.atlassian.crucible.spi.
PermId
setInputHandler(InputHandler)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
setKey(String)
- Method in class com.atlassian.crucible.spi.data.
ProjectData
setLabel(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setMaybeHistory(FileHistory)
- Method in class com.atlassian.crucible.scm.
FileSummary
Further (optional) history of this file.
setMessage(String)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setMessage(String)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setMetrics(Map<String, CustomFieldData>)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setMetrics(Map<String, CustomFieldData>)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setMetricsVersion(int)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setModerator(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setModerator(UserData)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setModified(boolean)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
setModuleDescriptor(ModuleDescriptor)
- Method in interface com.atlassian.crucible.scm.
SCMModule
setModuleDescriptor(ModuleDescriptor)
- Method in class com.atlassian.fisheye.plugins.scm.utils.
ConfigurableSCMModule
setMoved(boolean)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemAttibutes
setName(String)
- Method in class com.atlassian.crucible.spi.data.
ActionData
setName(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setName(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldValue
setName(String)
- Method in class com.atlassian.crucible.spi.data.
ProjectData
setName(String)
- Method in class com.atlassian.crucible.spi.data.
RepositoryData
setName(String)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setName(String)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.
SimpleConfiguration
setOrRoles(boolean)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setOutputHandler(OutputHandler)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
setParentReview(PermId<ReviewData>)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setPatchUrl(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setPath(String)
- Method in class com.atlassian.crucible.spi.data.
P4RepositoryData
setPath(String)
- Method in class com.atlassian.crucible.spi.data.
SvnRepositoryData
setPermaId(PermId<ReviewData>)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setPermaId(PermId<VersionedLineCommentData>)
- Method in class com.atlassian.crucible.spi.data.
VersionedCommentData
setPermaIdAsString(String)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setPermaIdAsString(String)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setPermaIdAsString(String)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setPermId(PermId<GeneralCommentData>)
- Method in class com.atlassian.crucible.spi.data.
GeneralCommentData
setPermId(PermId<ReviewItemData>)
- Method in class com.atlassian.crucible.spi.data.
ReviewItemData
setPermIdAsString(String)
- Method in class com.atlassian.crucible.spi.data.
ReviewItemData
setPermissionSchemeId(int)
- Method in class com.atlassian.crucible.spi.data.
ProjectData
setPluginKey(String)
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
setPort(int)
- Method in class com.atlassian.crucible.spi.data.
P4RepositoryData
setProject(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setProjectKey(String)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setReleaseNumber(String)
- Method in class com.atlassian.crucible.spi.data.
VersionInfo
setReplies(List<GeneralCommentData>)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setReplies(List<GeneralCommentData>)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setRepositoryName(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setReviewer(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setReviewers(Reviewers)
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
setReviewItemId(PermId<ReviewItemData>)
- Method in class com.atlassian.crucible.spi.data.
VersionedCommentData
setReviewItems(ReviewItems)
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
setServer(String)
- Method in class com.atlassian.crucible.spi.data.
P4RepositoryData
setState(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setState(ReviewData.State)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setStateDescription(String)
- Method in class com.atlassian.crucible.spi.data.
PluginRepositoryData
setSummary(String)
- Method in class com.atlassian.crucible.spi.data.
ReviewData
setTimeout(long)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
Watchdog
setTitle(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFilterData
setToLineRange(String)
- Method in class com.atlassian.crucible.spi.data.
VersionedLineCommentData
setToPath(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setToRevision(String)
- Method in class com.atlassian.crucible.spi.data.
FisheyeReviewItemData
setTransitions(Transitions)
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
setType(CustomFieldValueType)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setType(String)
- Method in class com.atlassian.crucible.spi.data.
RepositoryData
setUrl(String)
- Method in class com.atlassian.crucible.spi.data.
SvnRepositoryData
setUser(UserData)
- Method in interface com.atlassian.crucible.spi.data.
CommentData
setUser(UserData)
- Method in class com.atlassian.crucible.spi.data.
CommentDataImpl
setUserName(String)
- Method in class com.atlassian.crucible.spi.data.
UserData
setValue(String)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldData
setValue(Object)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldValue
setValues(List<CustomFieldValue>)
- Method in class com.atlassian.crucible.spi.data.
CustomFieldDefData
setVersionedComments(Comments)
- Method in class com.atlassian.crucible.spi.data.
DetailedReviewData
setWatchdog(Watchdog)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
CopyOutputHandler
setWatchdog(Watchdog)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
InputHandler
setWatchdog(Watchdog)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
LineOutputHandler
setWatchdog(Watchdog)
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
OutputHandler
Set the watchdog that this handler should be resetting to prevent the process from being terminated.
setWatchdog(Watchdog)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringInputHandler
setWatchdog(Watchdog)
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
StringOutputHandler
SimpleConfiguration
- Interface in
com.atlassian.fisheye.plugins.scm.utils
Interface for configuration ob jects which are used to configure plugins which are clients of the SimpleConfigurationServlet
SimpleConfigurationServlet
<
T
extends
SimpleConfiguration
> - Class in
com.atlassian.fisheye.plugins.scm.utils
A base class for SCM configuration servlets which can treat their configuration objects as beans with String properties.
SimpleConfigurationServlet(PluginAccessor, FisheyePluginUtilities)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.
SimpleConfigurationServlet
start()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
ExternalProcess
Start the external process and setup the IO pump threads needed to manage the process IO.
streamContents(Principal, RevisionKey, OutputStream)
- Method in interface com.atlassian.crucible.scm.
SCMRepository
Stream the content of the revision to the given output stream
StringInputHandler
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
An input handler which provides the input from the given string.
StringInputHandler(String)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringInputHandler
StringInputHandler(String, String)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringInputHandler
StringOutputHandler
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
An Output Handler which captures the output stream to a string
StringOutputHandler()
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringOutputHandler
StringOutputHandler(String)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringOutputHandler
StringProcessHandler
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
A ProcessHandler implementation which collects process output into strings and, optionally, provides input from a string.
StringProcessHandler()
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringProcessHandler
StringProcessHandler(String)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringProcessHandler
StringProcessHandler(String, String)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
StringProcessHandler
succeeded()
- Method in class com.atlassian.fisheye.plugins.scm.utils.process.
PluggableProcessHandler
succeeded()
- Method in interface com.atlassian.fisheye.plugins.scm.utils.process.
ProcessHandler
Indicate if the process execution has been considered successful.
SvnRepositoryData
- Class in
com.atlassian.crucible.spi.data
Holds SVN specific attributes
SvnRepositoryData()
- Constructor for class com.atlassian.crucible.spi.data.
SvnRepositoryData
SvnRepositoryData(String, String, boolean, String, String)
- Constructor for class com.atlassian.crucible.spi.data.
SvnRepositoryData
T
TabularQueryResultData
- Class in
com.atlassian.fisheye.spi.data
A data object representing the result of tabular eyeql query
TabularQueryResultData(TabularQueryResultData.ColumnType[], String[])
- Constructor for class com.atlassian.fisheye.spi.data.
TabularQueryResultData
TabularQueryResultData.ColumnType
- Enum in
com.atlassian.fisheye.spi.data
tokenizeAsList(String)
- Static method in class com.atlassian.fisheye.plugins.scm.utils.process.
ProcessUtils
tokenizeCommand(String)
- Static method in class com.atlassian.fisheye.plugins.scm.utils.process.
ProcessUtils
toString()
- Method in class com.atlassian.crucible.scm.
RevisionKey
toString()
- Method in class com.atlassian.crucible.spi.
PermId
toString()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetData
toString()
- Method in class com.atlassian.fisheye.spi.data.
ChangesetsData
toString()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionData
toString()
- Method in class com.atlassian.fisheye.spi.data.
FileRevisionKeyData
toString()
- Method in class com.atlassian.fisheye.spi.data.
PathInfoData
toString()
- Method in class com.atlassian.fisheye.spi.data.
RepositoryData
transitionData
- Variable in class com.atlassian.crucible.spi.data.
Transitions
Transitions
- Class in
com.atlassian.crucible.spi.data
Created by IntelliJ IDEA.
Transitions()
- Constructor for class com.atlassian.crucible.spi.data.
Transitions
Transitions(List<ActionData>)
- Constructor for class com.atlassian.crucible.spi.data.
Transitions
TrustedAppsService
- Interface in
com.atlassian.crucible.spi.services
Supports making requests which have trusted application headers authenticating the current user.
TxSupport
- Interface in
com.atlassian.crucible.spi
Allow plugins to interact with transactions used by services TODO: figure out if this makes sense
U
unmarshal(String)
- Method in class com.atlassian.crucible.spi.data.
ISO8601DateAdapter
updateComment(PermId<CommentData>, GeneralCommentData)
- Method in interface com.atlassian.crucible.spi.services.
ReviewService
Update a general comment to a review.
UserData
- Class in
com.atlassian.crucible.spi.data
Holds user specific attributes
UserData()
- Constructor for class com.atlassian.crucible.spi.data.
UserData
UserData(String, String)
- Constructor for class com.atlassian.crucible.spi.data.
UserData
UserService
- Interface in
com.atlassian.crucible.spi.services
Provides an API for working with Users
V
valueOf(String)
- Static method in enum com.atlassian.crucible.spi.data.
CustomFieldValueType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.crucible.spi.data.
FisheyeReviewItemData.CommitType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.crucible.spi.data.
FisheyeReviewItemData.FileType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.crucible.spi.data.
ReviewData.State
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.crucible.spi.services.
ReviewService.Action
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.fisheye.plugins.scm.utils.repository.
RepositoryState
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.fisheye.spi.data.
FileRevisionData.State
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.fisheye.spi.data.
RepositoryData.State
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.atlassian.fisheye.spi.data.
TabularQueryResultData.ColumnType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.atlassian.crucible.spi.data.
CustomFieldValueType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.crucible.spi.data.
FisheyeReviewItemData.CommitType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.crucible.spi.data.
FisheyeReviewItemData.FileType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.crucible.spi.data.
ReviewData.State
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.crucible.spi.services.
ReviewService.Action
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.fisheye.plugins.scm.utils.repository.
RepositoryState
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.fisheye.spi.data.
FileRevisionData.State
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.fisheye.spi.data.
RepositoryData.State
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum com.atlassian.fisheye.spi.data.
TabularQueryResultData.ColumnType
Returns an array containing the constants of this enum type, in the order they're declared.
VersionedCommentData
- Class in
com.atlassian.crucible.spi.data
An abstract base class for beans containing the attributes of comments
VersionedCommentData(PermId<ReviewItemData>, String, boolean, boolean, UserData, boolean, String, Date, boolean, List<GeneralCommentData>, Map<String, CustomFieldData>)
- Constructor for class com.atlassian.crucible.spi.data.
VersionedCommentData
VersionedCommentData()
- Constructor for class com.atlassian.crucible.spi.data.
VersionedCommentData
VersionedLineCommentData
- Class in
com.atlassian.crucible.spi.data
Contains the attributes of a comment on an item in a review.
VersionedLineCommentData()
- Constructor for class com.atlassian.crucible.spi.data.
VersionedLineCommentData
VersionedLineCommentData(PermId<ReviewItemData>, String, boolean, boolean, boolean, boolean, UserData, Date, String, String, List<GeneralCommentData>, Map<String, CustomFieldData>)
- Constructor for class com.atlassian.crucible.spi.data.
VersionedLineCommentData
VersionedLineCommentData(PermId<ReviewItemData>, String, boolean, boolean, boolean, boolean, UserData, Date, String, String, String, List<GeneralCommentData>, Map<String, CustomFieldData>)
- Constructor for class com.atlassian.crucible.spi.data.
VersionedLineCommentData
VersionInfo
- Class in
com.atlassian.crucible.spi.data
Crucible version info
VersionInfo()
- Constructor for class com.atlassian.crucible.spi.data.
VersionInfo
VersionInfo(String, String)
- Constructor for class com.atlassian.crucible.spi.data.
VersionInfo
W
Watchdog
- Class in
com.atlassian.fisheye.plugins.scm.utils.process
Watchdog(long)
- Constructor for class com.atlassian.fisheye.plugins.scm.utils.process.
Watchdog
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes