Skip navigation links
Aphrodite 0.2.2
A B C D E F G H I J L N O P R S T U V 

A

AbstractIssueTracker - Class in org.jboss.set.aphrodite.issue.trackers.common
An abstract IssueTracker which provides logic common to all issue trackers.
AbstractIssueTracker(TrackerType) - Constructor for class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
AbstractRepositoryService - Class in org.jboss.set.aphrodite.repository.services.common
 
AbstractRepositoryService(RepositoryType) - Constructor for class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
AbstractServiceConfig - Class in org.jboss.set.aphrodite.config
 
AbstractServiceConfig(String, String, String) - Constructor for class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
addCommentToIssue(Issue, Comment) - Method in class org.jboss.set.aphrodite.Aphrodite
Adds a new comment to the specified issue.
addCommentToIssue(Map<Issue, Comment>) - Method in class org.jboss.set.aphrodite.Aphrodite
Adds the Comment to the associated Issue object for all Issue/Comment pairs in the Map.
addCommentToIssue(Collection<Issue>, Comment) - Method in class org.jboss.set.aphrodite.Aphrodite
Adds the Comment to all of the provided Issue objects.
addCommentToIssue(Issue, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
addCommentToIssue(Map<Issue, Comment>) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
addCommentToIssue(Collection<Issue>, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
addCommentToIssue(Issue, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
addCommentToIssue(Issue, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
addCommentToIssue(Map<Issue, Comment>) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
addCommentToIssue(Collection<Issue>, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
addCommentToIssue(Issue, Comment) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Adds a new comment to the specified issue.
addCommentToIssue(Map<Issue, Comment>) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Adds the Comment to the associated Issue object for all Issue/Comment pairs in the Map.
addCommentToIssue(Collection<Issue>, Comment) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Adds the Comment to all of the provided Issue objects.
addCommentToPatch(Patch, String) - Method in class org.jboss.set.aphrodite.Aphrodite
Add a Comment to the specified Patch object, and propagate the changes to the remote repository.
addCommentToPatch(Patch, String) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
addCommentToPatch(Patch, String) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
addCommentToPatch(Patch, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Add a Comment to the specified Patch object, and propagate the changes to the remote repository.
addComponent(StreamComponent) - Method in class org.jboss.set.aphrodite.domain.Stream
 
addLabelToPatch(Patch, String) - Method in class org.jboss.set.aphrodite.Aphrodite
Attach a label to the specified patch.
addLabelToPatch(Patch, String) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
addLabelToPatch(Patch, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Attach a label to the specified patch.
Aphrodite - Class in org.jboss.set.aphrodite
 
AphroditeConfig - Class in org.jboss.set.aphrodite.config
 
AphroditeConfig(List<IssueTrackerConfig>, List<RepositoryConfig>) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
 
AphroditeConfig(AphroditeConfig) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
 
AphroditeException - Exception in org.jboss.set.aphrodite.spi
 
AphroditeException(Throwable) - Constructor for exception org.jboss.set.aphrodite.spi.AphroditeException
 
AphroditeException(String) - Constructor for exception org.jboss.set.aphrodite.spi.AphroditeException
 
AphroditeException(String, Throwable) - Constructor for exception org.jboss.set.aphrodite.spi.AphroditeException
 

B

baseUrl - Variable in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
baseUrl - Variable in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
BugzillaClient - Class in org.jboss.set.aphrodite.issue.trackers.bugzilla
 
BugzillaClient(URL, String, String) - Constructor for class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
BugzillaIssueTracker - Class in org.jboss.set.aphrodite.issue.trackers.bugzilla
An implementation of the IssueTrackerService for the Bugzilla issue tracker.
BugzillaIssueTracker() - Constructor for class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
build() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
Builder() - Constructor for class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 

C

checkHost(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
checkHost(URL) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
Codebase - Class in org.jboss.set.aphrodite.domain
 
Codebase(String) - Constructor for class org.jboss.set.aphrodite.domain.Codebase
 
Comment - Class in org.jboss.set.aphrodite.domain
 
Comment(String, String, String, boolean) - Constructor for class org.jboss.set.aphrodite.domain.Comment
 
Comment(String, String, boolean) - Constructor for class org.jboss.set.aphrodite.domain.Comment
 
Comment(String, boolean) - Constructor for class org.jboss.set.aphrodite.domain.Comment
 
config - Variable in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
config - Variable in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
createURL(String) - Static method in class org.jboss.set.aphrodite.common.Utils
 

D

decodeURLParam(String) - Static method in class org.jboss.set.aphrodite.common.Utils
 

E

equals(Object) - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
equals(Object) - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
equals(Object) - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
equals(Object) - Method in class org.jboss.set.aphrodite.config.RepositoryConfig
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.Codebase
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.Issue
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.Stream
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 

F

FILE_PROPERTY - Static variable in class org.jboss.set.aphrodite.Aphrodite
 
filterIssuesByHost(Map<Issue, Comment>) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
filterIssuesByHost(Collection<Issue>) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
filterUrlsByHost(Collection<URL>) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
Flag - Enum in org.jboss.set.aphrodite.domain
 
FlagStatus - Enum in org.jboss.set.aphrodite.domain
 
fromJson(JsonObject) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
 

G

getAllComponents() - Method in class org.jboss.set.aphrodite.domain.Stream
 
getAssignee() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getAssignee() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getBlocks() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getBody() - Method in class org.jboss.set.aphrodite.domain.Comment
 
getBzClient() - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
getCodebase() - Method in class org.jboss.set.aphrodite.domain.Patch
 
getCodebase() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
getCodeBasePath() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
getCodebases() - Method in class org.jboss.set.aphrodite.domain.Repository
 
getComments() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getCommentsForIssue(Issue) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getCommentsForIssue(String) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getCommentsForIssues(Map<String, Issue>) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getComponent() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getComponent() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getComponent(String) - Method in class org.jboss.set.aphrodite.domain.Stream
 
getCreationTime() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getDefaultIssueLimit() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
getDependsOn() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getDescription() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getDescription() - Method in class org.jboss.set.aphrodite.domain.Patch
 
getEstimation() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getHoursWorked() - Method in class org.jboss.set.aphrodite.domain.IssueEstimation
 
getId() - Method in class org.jboss.set.aphrodite.domain.Comment
 
getId() - Method in class org.jboss.set.aphrodite.domain.Patch
 
getInitialEstimate() - Method in class org.jboss.set.aphrodite.domain.IssueEstimation
 
getIssue(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve an issue object associated with the given URL.
getIssue(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getIssue(String) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getIssue(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
getIssue(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
getIssue(URL) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Retrieve an issue object associated with the given URL.
getIssues(Collection<URL>) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all issues associated with the provided URLs.
getIssues(Collection<URL>) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getIssues(Collection<URL>) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
getIssues(Collection<URL>) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
getIssues(Collection<URL>) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Retrieve all issues associated with the provided URLs.
getIssuesAssociatedWith(Patch) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all Issues associated with the provided patch object.
getIssuesAssociatedWith(Patch) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
getIssuesAssociatedWith(Patch) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Retrieve all Issues associated with the provided patch object.
getIssueTrackerConfigs() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
getIssueWithComments(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getIssueWithComments(String) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
getLastUpdated() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getLastUpdated() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getLog() - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
getLog() - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
getLog() - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
getLog() - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getLog() - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getMatchingFlag(Object) - Static method in enum org.jboss.set.aphrodite.domain.FlagStatus
 
getMaxResults() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getMilestone() - Method in class org.jboss.set.aphrodite.domain.Release
 
getName() - Method in class org.jboss.set.aphrodite.domain.Codebase
 
getName() - Method in class org.jboss.set.aphrodite.domain.Stream
 
getName() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
getParamaterFromUrl(Pattern, URL) - Static method in class org.jboss.set.aphrodite.common.Utils
 
getParametersFromUrls(Pattern, List<URL>) - Static method in class org.jboss.set.aphrodite.common.Utils
 
getParentIssueId() - Method in class org.jboss.set.aphrodite.domain.Comment
 
getPassword() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
getPatch(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
Get the Patch located at the provided URL.
getPatch(URL) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPatch(URL) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getPatch(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Get the Patch located at the provided URL.
getPatchesAssociatedWith(Issue) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all Patches associated with the provided Issue object
getPatchesAssociatedWith(Issue) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPatchesAssociatedWith(Issue) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getPatchesAssociatedWith(Issue) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all Patches associated with the provided Issue object
getPatchesByStatus(Repository, PatchStatus) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all Patches associated with the provided Repository object, which have a status that matches the provided PatchStatus object.
getPatchesByStatus(Repository, PatchStatus) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPatchesByStatus(Repository, PatchStatus) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getPatchesByStatus(Repository, PatchStatus) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all Patches associated with the provided Repository object, which have a status that matches the provided PatchStatus object.
getProduct() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getProduct() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getPullId() - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
getRelease() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getRelease() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getReporter() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getReporter() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getRepository(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
Get the repository located at the provided URL.
getRepository() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
getRepository(URL) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getRepository(URL) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getRepository(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Get the repository located at the provided URL.
getRepositoryConfigs() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
getStage() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getStage() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getStateMap() - Method in class org.jboss.set.aphrodite.domain.Stage
 
getStatus() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getStatus() - Method in class org.jboss.set.aphrodite.domain.Patch
 
getStatus() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getStatus(Flag) - Method in class org.jboss.set.aphrodite.domain.Stage
 
getStatus() - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
getStream(String) - Method in class org.jboss.set.aphrodite.JsonStreamService
 
getStream(String) - Method in interface org.jboss.set.aphrodite.spi.StreamService
Get a specific Stream object based upon its String name.
getStreams() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getStreams() - Method in class org.jboss.set.aphrodite.JsonStreamService
 
getStreams() - Method in interface org.jboss.set.aphrodite.spi.StreamService
Returns all streams discovered by this service.
getStreamStatus() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getSummary() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getSymbol() - Method in enum org.jboss.set.aphrodite.domain.FlagStatus
 
getTitle() - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
getTracker() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
getTrackerId() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getTrailingValueFromUrlPath(URL) - Static method in class org.jboss.set.aphrodite.common.Utils
 
getType() - Method in class org.jboss.set.aphrodite.config.RepositoryConfig
 
getType() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getUpstream() - Method in class org.jboss.set.aphrodite.domain.Stream
 
getUrl() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
getURL() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getURL() - Method in class org.jboss.set.aphrodite.domain.Patch
 
getURL() - Method in class org.jboss.set.aphrodite.domain.Repository
 
getUrl() - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
getUsername() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
getVersion() - Method in class org.jboss.set.aphrodite.domain.Release
 
GitHubGlobalSearchService - Class in org.jboss.set.aphrodite.repository.services.github
 
GitHubGlobalSearchService(GitHubClient) - Constructor for class org.jboss.set.aphrodite.repository.services.github.GitHubGlobalSearchService
 
GitHubRepositoryService - Class in org.jboss.set.aphrodite.repository.services.github
 
GitHubRepositoryService() - Constructor for class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 

H

hashCode() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
hashCode() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
hashCode() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
hashCode() - Method in class org.jboss.set.aphrodite.config.RepositoryConfig
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.Codebase
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.Issue
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.Stream
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
hasUpstream() - Method in class org.jboss.set.aphrodite.domain.Stream
 

I

init(IssueTrackerConfig) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
init(AphroditeConfig) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
init(IssueTrackerConfig) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
init(IssueTrackerConfig) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
init(AphroditeConfig) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
init(RepositoryConfig) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
init(RepositoryConfig) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
init(AphroditeConfig) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Initiate this IssueTrackerService using the supplied AphroditeConfig.
init(IssueTrackerConfig) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Initiate this IssueTrackerService using the supplied IssueTrackerConfig.
init(AphroditeConfig) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Initiate this RepositoryService using the supplied AphroditeConfig.
init(RepositoryConfig) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Initiate this RepositoryService using the supplied RepositoryConfig.
instance() - Static method in class org.jboss.set.aphrodite.Aphrodite
Get an instance of the Aphrodite service.
instance(AphroditeConfig) - Static method in class org.jboss.set.aphrodite.Aphrodite
Get an instance of the Aphrodite service.
isPrivate() - Method in class org.jboss.set.aphrodite.domain.Comment
 
Issue - Class in org.jboss.set.aphrodite.domain
Represents an issue in a issue tracker (bugzilla, jira...)
Issue(URL) - Constructor for class org.jboss.set.aphrodite.domain.Issue
 
IssueEstimation - Class in org.jboss.set.aphrodite.domain
Contains all data related to issue estimations and the amount of time worked.
IssueEstimation() - Constructor for class org.jboss.set.aphrodite.domain.IssueEstimation
 
IssueEstimation(double) - Constructor for class org.jboss.set.aphrodite.domain.IssueEstimation
 
IssueEstimation(double, double) - Constructor for class org.jboss.set.aphrodite.domain.IssueEstimation
 
issueExistsAtHost(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
IssueStatus - Enum in org.jboss.set.aphrodite.domain
 
IssueTrackerConfig - Class in org.jboss.set.aphrodite.config
 
IssueTrackerConfig(String, String, String, TrackerType, int) - Constructor for class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
IssueTrackerService - Interface in org.jboss.set.aphrodite.spi
 
issueTrackersOnly(List<IssueTrackerConfig>) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
IssueType - Enum in org.jboss.set.aphrodite.domain
 

J

JiraIssueTracker - Class in org.jboss.set.aphrodite.issue.trackers.jira
An implementation of the IssueTrackerService for the JIRA issue tracker.
JiraIssueTracker() - Constructor for class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
JsonStreamService - Class in org.jboss.set.aphrodite
A stream service which reads stream date from the specified JSON file.
JsonStreamService(Aphrodite) - Constructor for class org.jboss.set.aphrodite.JsonStreamService
 
JsonStreamService(Aphrodite, String) - Constructor for class org.jboss.set.aphrodite.JsonStreamService
 

L

loadStreamData() - Method in class org.jboss.set.aphrodite.JsonStreamService
 
logException(Log, Exception) - Static method in class org.jboss.set.aphrodite.common.Utils
 
logException(Log, String, Exception) - Static method in class org.jboss.set.aphrodite.common.Utils
 
logExceptionAndGet(Log, Exception) - Static method in class org.jboss.set.aphrodite.common.Utils
 
logExceptionAndGet(Log, String, Exception) - Static method in class org.jboss.set.aphrodite.common.Utils
 
logWarnMessage(Log, String) - Static method in class org.jboss.set.aphrodite.common.Utils
 

N

NotFoundException - Exception in org.jboss.set.aphrodite.spi
 
NotFoundException() - Constructor for exception org.jboss.set.aphrodite.spi.NotFoundException
 
NotFoundException(String) - Constructor for exception org.jboss.set.aphrodite.spi.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.jboss.set.aphrodite.spi.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.jboss.set.aphrodite.spi.NotFoundException
 
NotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.jboss.set.aphrodite.spi.NotFoundException
 

O

org.jboss.set.aphrodite - package org.jboss.set.aphrodite
 
org.jboss.set.aphrodite.common - package org.jboss.set.aphrodite.common
 
org.jboss.set.aphrodite.config - package org.jboss.set.aphrodite.config
 
org.jboss.set.aphrodite.domain - package org.jboss.set.aphrodite.domain
 
org.jboss.set.aphrodite.issue.trackers.bugzilla - package org.jboss.set.aphrodite.issue.trackers.bugzilla
 
org.jboss.set.aphrodite.issue.trackers.common - package org.jboss.set.aphrodite.issue.trackers.common
 
org.jboss.set.aphrodite.issue.trackers.jira - package org.jboss.set.aphrodite.issue.trackers.jira
 
org.jboss.set.aphrodite.repository.services.common - package org.jboss.set.aphrodite.repository.services.common
 
org.jboss.set.aphrodite.repository.services.github - package org.jboss.set.aphrodite.repository.services.github
 
org.jboss.set.aphrodite.spi - package org.jboss.set.aphrodite.spi
 

P

Patch - Class in org.jboss.set.aphrodite.domain
 
Patch(String, URL, Codebase, PatchStatus, String) - Constructor for class org.jboss.set.aphrodite.domain.Patch
 
Patch(String, URL, Codebase, PatchStatus) - Constructor for class org.jboss.set.aphrodite.domain.Patch
 
PatchStatus - Enum in org.jboss.set.aphrodite.domain
 
postComment(Issue, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
postComment(int, String, boolean) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
postComment(Map<Issue, Comment>) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
postComment(Collection<Issue>, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 

R

Release - Class in org.jboss.set.aphrodite.domain
 
Release() - Constructor for class org.jboss.set.aphrodite.domain.Release
 
Release(String, String) - Constructor for class org.jboss.set.aphrodite.domain.Release
 
Repository - Class in org.jboss.set.aphrodite.domain
 
Repository(URL) - Constructor for class org.jboss.set.aphrodite.domain.Repository
 
REPOSITORY_TYPE - Variable in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
RepositoryConfig - Class in org.jboss.set.aphrodite.config
 
RepositoryConfig(String, String, String, RepositoryType) - Constructor for class org.jboss.set.aphrodite.config.RepositoryConfig
 
RepositoryService - Interface in org.jboss.set.aphrodite.spi
 
repositoryServicesOnly(List<RepositoryConfig>) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
RepositoryType - Enum in org.jboss.set.aphrodite.repository.services.common
 

S

searchAllIssues(String) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubGlobalSearchService
 
searchAllPullRequests(String) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubGlobalSearchService
 
SearchCriteria - Class in org.jboss.set.aphrodite.domain
A generic search object that allows for issues to be searched without knowing details of the underlying issue tracking system.
SearchCriteria.Builder - Class in org.jboss.set.aphrodite.domain
 
searchIssues(SearchCriteria) - Method in class org.jboss.set.aphrodite.Aphrodite
Return all issues, across all Issue Trackers, which match the passed SearchCriteria.
searchIssues(SearchCriteria) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
searchIssues(SearchCriteria, int) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
searchIssues(SearchCriteria) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
searchIssues(SearchCriteria) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
searchIssues(String, int) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
searchIssues(SearchCriteria) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Return all issues which match the passed SearchCriteria.
searchIssuesByFilter(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
Return all issues which match the provided filter.
searchIssuesByFilter(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
searchIssuesByFilter(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
searchIssuesByFilter(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
searchIssuesByFilter(URL) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Return all issues which match the provided filter.
SearchResult - Class in org.jboss.set.aphrodite.repository.services.github
 
SearchResult() - Constructor for class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
setAssignee(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setAssignee(String) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setBlocks(List<URL>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setComments(List<Comment>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setComponent(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setComponent(String) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setCreationTime(Date) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setDependsOn(List<URL>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setDescription(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setDescription(String) - Method in class org.jboss.set.aphrodite.domain.Patch
 
setEstimation(IssueEstimation) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setLastUpdated(Date) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setMaxResults(Integer) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setMilestone(String) - Method in class org.jboss.set.aphrodite.domain.Release
 
setProduct(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setProduct(String) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setPullId(String) - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
setRelease(Release) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setRelease(Release) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setReporter(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setReporter(String) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setStage(Stage) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setStage(Stage) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setStartDate(LocalDate) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setStatus(IssueStatus) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setStatus(PatchStatus) - Method in class org.jboss.set.aphrodite.domain.Patch
 
setStatus(IssueStatus) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setStatus(Flag, FlagStatus) - Method in class org.jboss.set.aphrodite.domain.Stage
 
setStatus(String) - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
setStreams(Map<Stream, FlagStatus>) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setStreamStatus(Map<String, FlagStatus>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setSummary(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setTitle(String) - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
setTrackerId(String) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setType(IssueType) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setUrl(String) - Method in class org.jboss.set.aphrodite.repository.services.github.SearchResult
 
setVersion(String) - Method in class org.jboss.set.aphrodite.domain.Release
 
singleIssueTracker(IssueTrackerConfig) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
singleRepositoryService(RepositoryConfig) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
Stage - Class in org.jboss.set.aphrodite.domain
 
Stage() - Constructor for class org.jboss.set.aphrodite.domain.Stage
 
Stream - Class in org.jboss.set.aphrodite.domain
this is the flag z-stream represented by a stream Usually the pattern is something like jboss‑eap‑6.4.z
Stream() - Constructor for class org.jboss.set.aphrodite.domain.Stream
 
Stream(String) - Constructor for class org.jboss.set.aphrodite.domain.Stream
 
Stream(String, Stream) - Constructor for class org.jboss.set.aphrodite.domain.Stream
 
Stream(String, Stream, Map<String, StreamComponent>) - Constructor for class org.jboss.set.aphrodite.domain.Stream
 
StreamComponent - Class in org.jboss.set.aphrodite.domain
 
StreamComponent(String, Repository, Codebase) - Constructor for class org.jboss.set.aphrodite.domain.StreamComponent
 
StreamService - Interface in org.jboss.set.aphrodite.spi
 

T

toString() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
 
toString() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
toString() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
toString() - Method in class org.jboss.set.aphrodite.config.RepositoryConfig
 
toString() - Method in enum org.jboss.set.aphrodite.config.TrackerType
 
toString() - Method in class org.jboss.set.aphrodite.domain.Codebase
 
toString() - Method in class org.jboss.set.aphrodite.domain.Comment
 
toString() - Method in class org.jboss.set.aphrodite.domain.Issue
 
toString() - Method in class org.jboss.set.aphrodite.domain.IssueEstimation
 
toString() - Method in class org.jboss.set.aphrodite.domain.Patch
 
toString() - Method in class org.jboss.set.aphrodite.domain.Release
 
toString() - Method in class org.jboss.set.aphrodite.domain.Repository
 
toString() - Method in class org.jboss.set.aphrodite.domain.Stage
 
toString() - Method in class org.jboss.set.aphrodite.domain.Stream
 
toString() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
toString() - Method in enum org.jboss.set.aphrodite.repository.services.common.RepositoryType
 
TRACKER_TYPE - Variable in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
TrackerType - Enum in org.jboss.set.aphrodite.config
 

U

updateEstimate(int, double) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
updateFlags(int, String, FlagStatus) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
updateIssue(Issue) - Method in class org.jboss.set.aphrodite.Aphrodite
Update a specific Issue at the remote issue tracker service.
updateIssue(Issue) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
updateIssue(Issue) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaIssueTracker
 
updateIssue(Issue) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
Known limitations: - Jira api does not allow an issue type to be update (WTF?) - Jira api does not allow project to be changed
updateIssue(Issue) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Update an Issue at the remote issue tracker service.
updateStatus(int, IssueStatus) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
updateTargetMilestone(int, String) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
updateTargetRelease(int, String...) - Method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.BugzillaClient
 
URL_REGEX - Static variable in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
Utils - Class in org.jboss.set.aphrodite.common
 
Utils() - Constructor for class org.jboss.set.aphrodite.common.Utils
 

V

valueOf(String) - Static method in enum org.jboss.set.aphrodite.config.TrackerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.aphrodite.domain.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.aphrodite.domain.FlagStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.aphrodite.domain.IssueStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.aphrodite.domain.IssueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.aphrodite.domain.PatchStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.set.aphrodite.repository.services.common.RepositoryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.set.aphrodite.config.TrackerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.aphrodite.domain.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.aphrodite.domain.FlagStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.aphrodite.domain.IssueStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.aphrodite.domain.IssueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.aphrodite.domain.PatchStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.set.aphrodite.repository.services.common.RepositoryType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L N O P R S T U V 
Skip navigation links
Aphrodite 0.2.2

Copyright © 2016 JBoss by Red Hat. All rights reserved.