Skip navigation links
Aphrodite 0.4.2.Final
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>, List<StreamConfig>) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
 
AphroditeConfig(ExecutorService, List<IssueTrackerConfig>, List<RepositoryConfig>, List<StreamConfig>) - 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, ExecutorService) - 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
 
close() - Method in class org.jboss.set.aphrodite.Aphrodite
 
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
 
CommitStatus - Enum in org.jboss.set.aphrodite.domain
 
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
 
createWithEmail(String) - Static method in class org.jboss.set.aphrodite.domain.User
 
createWithUsername(String) - Static method in class org.jboss.set.aphrodite.domain.User
 

D

decodeURLParam(String) - Static method in class org.jboss.set.aphrodite.common.Utils
 
destroy() - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssueTracker
 
destroy() - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
allows to destroy and deallocate resources
destroy() - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
allows to destroy and deallocate resources

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.config.StreamConfig
 
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.Release
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.Repository
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.Stream
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
equals(Object) - Method in class org.jboss.set.aphrodite.domain.User
 
executorService - Variable in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 

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
 
findPatchesRelatedTo(Patch) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all Patch objects related to the supplied patch.
findPatchesRelatedTo(Patch) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
findPatchesRelatedTo(Patch) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Find all the patches related to the given patch.
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
 
fromString(String) - Static method in enum org.jboss.set.aphrodite.domain.CommitStatus
 

G

get() - Method in enum org.jboss.set.aphrodite.domain.IssueType
 
getAllComponents() - Method in class org.jboss.set.aphrodite.domain.Stream
 
getAllStreams() - Method in class org.jboss.set.aphrodite.Aphrodite
Returns the streams discovered by all of the active StreamServices
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
 
getBody() - Method in class org.jboss.set.aphrodite.domain.Patch
 
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
 
getColor() - Method in class org.jboss.set.aphrodite.domain.Label
 
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
 
getCommitStatusFromPatch(Patch) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve the current CI status of the latest commit associated with a given patch.
getCommitStatusFromPatch(Patch) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getCommitStatusFromPatch(Patch) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve the current CI status of the latest commit associated with a given patch.
getComponent() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getComponent(String) - Method in class org.jboss.set.aphrodite.domain.Stream
 
getComponentBy(Repository, Codebase) - Method in class org.jboss.set.aphrodite.Aphrodite
Get the StreamComponent which specifies the given repository and codebase.
getComponentBy(Repository, Codebase) - Method in interface org.jboss.set.aphrodite.spi.StreamService
Get the StreamComponent which specifies the given repository and codebase.
getComponentBy(Repository, Codebase) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
getComponents() - Method in class org.jboss.set.aphrodite.domain.Issue
 
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
 
getDistinctURLRepositories() - Method in interface org.jboss.set.aphrodite.spi.StreamService
Retrieve all Repositories across all Streams.
getDistinctURLRepositories() - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
getDistinctURLRepositoriesByStream(String) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all Repositories associated with a given Stream, or an empty lists if no Repositories are associated with the given streamName.
getDistinctURLRepositoriesByStream(String) - Method in interface org.jboss.set.aphrodite.spi.StreamService
Retrieve the URLs of all Repositories associated with a given Stream.
getDistinctURLRepositoriesByStream(String) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
getDistinctURLRepositoriesFromStreams() - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all unique Repositories that exists across all Streams.
getEmail() - Method in class org.jboss.set.aphrodite.domain.User
 
getEstimation() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getExecutorService() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
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.Label
 
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(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
 
getLabelsFromPatch(Patch) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all labels associated with the provided Patch object.
getLabelsFromPatch(Patch) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getLabelsFromPatch(Patch) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all labels associated with the provided Patch object.
getLabelsFromRepository(Repository) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all labels associated with the provided Patch in Repository object.
getLabelsFromRepository(Repository) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getLabelsFromRepository(Repository) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all labels associated with the provided Patch in Repository object.
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(String) - Static method in enum org.jboss.set.aphrodite.domain.FlagStatus
 
getMatchingIssueType(String) - Static method in enum org.jboss.set.aphrodite.domain.IssueType
 
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.Label
 
getName() - Method in class org.jboss.set.aphrodite.domain.Stream
 
getName() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
getName() - Method in class org.jboss.set.aphrodite.domain.User
 
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
getPatchesByState(Repository, PatchState) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all Patches associated with the provided Repository object, which have a state that matches the provided PatchState object.
getPatchesByState(Repository, PatchState) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPatchesByState(Repository, PatchState) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
getPatchesByState(Repository, PatchState) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all Patches associated with the provided Repository object, which have a state that matches the provided PatchState object.
getPriority() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getPriorityScore() - Method in enum org.jboss.set.aphrodite.domain.IssuePriority
 
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
 
getPullRequests() - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssue
 
getRelease() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getReleases() - Method in class org.jboss.set.aphrodite.domain.Issue
 
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.Patch
 
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
 
getState() - Method in class org.jboss.set.aphrodite.domain.Patch
 
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.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.Aphrodite
Get a specific Stream object based upon its String name.
getStream(String) - Method in interface org.jboss.set.aphrodite.spi.StreamService
Get a specific Stream object based upon its String name.
getStream(String) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
getStreamConfigs() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
 
getStreamFile() - Method in class org.jboss.set.aphrodite.config.StreamConfig
 
getStreams() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
getStreams() - Method in interface org.jboss.set.aphrodite.spi.StreamService
Returns all streams discovered by this service.
getStreams() - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
getStreamsBy(Repository, Codebase) - Method in class org.jboss.set.aphrodite.Aphrodite
Find all streams associated with a given repository and codebase.
getStreamsBy(Repository, Codebase) - Method in interface org.jboss.set.aphrodite.spi.StreamService
Find all the streams associated to the given repository and codebase
getStreamsBy(Repository, Codebase) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
getStreamStatus() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getStreamType() - Method in class org.jboss.set.aphrodite.config.StreamConfig
 
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.domain.Patch
 
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
 
getTrackerType() - 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.config.StreamConfig
 
getURL() - Method in class org.jboss.set.aphrodite.domain.Issue
 
getUrl() - Method in class org.jboss.set.aphrodite.domain.Label
 
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.config.StreamConfig
 
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.Release
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.Repository
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.Stream
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.StreamComponent
 
hashCode() - Method in class org.jboss.set.aphrodite.domain.User
 
hasModifiableLabels(Repository) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
hasModifiableLabels(Repository) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Discover if the user logged into this RepositoryService has the correct permissions to apply/remove labels to patches in the provided Repository
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.
init(Aphrodite, AphroditeConfig) - Method in interface org.jboss.set.aphrodite.spi.StreamService
Initialize the stream service.
init(Aphrodite, AphroditeConfig) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 
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.
isEmpty() - Method in class org.jboss.set.aphrodite.domain.SearchCriteria
 
isHigherThan(IssuePriority) - Method in enum org.jboss.set.aphrodite.domain.IssuePriority
 
isPrivate() - Method in class org.jboss.set.aphrodite.domain.Comment
 
isRepositoryLabelsModifiable(Repository) - Method in class org.jboss.set.aphrodite.Aphrodite
Discover if the user logged into a RepositoryService has the correct permissions to apply/remove labels to patches in the provided Repository
Issue - Class in org.jboss.set.aphrodite.domain
Represents an issue in a issue tracker (bugzilla, jira...)
Issue(URL, TrackerType) - 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
 
IssuePriority - Enum in org.jboss.set.aphrodite.domain
 
IssuePriorityTranslatorUtil - Class in org.jboss.set.aphrodite.issue.trackers.bugzilla
Bugzilla priority naming differs from the one offered by this API, and has been mapped like that: BLOCKER - no bugzilla equivalent , CRITICAL - maps to URGENT, MAJOR(3), // Bugzilla, maps to HIGH, MINOR(2), // Bugzilla, maps to MEDIUM, TRIVIAL(1), // Bugzilla, maps to LOW, OPTIONAL(0), // Bugzilla, no equivalent.
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

JiraIssue - Class in org.jboss.set.aphrodite.issue.trackers.jira
Created by Romain Pelisse on 20/04/16.
JiraIssue(URL, TrackerType) - Constructor for class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssue
 
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.stream.services.json
A stream service which reads stream data from the specified JSON file.
JsonStreamService() - Constructor for class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
 

L

Label - Class in org.jboss.set.aphrodite.domain
 
Label(String, String, String, String) - Constructor for class org.jboss.set.aphrodite.domain.Label
 
Label(String, String, String) - Constructor for class org.jboss.set.aphrodite.domain.Label
 
Label(String) - Constructor for class org.jboss.set.aphrodite.domain.Label
 
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
 
org.jboss.set.aphrodite.stream.services.json - package org.jboss.set.aphrodite.stream.services.json
 

P

Patch - Class in org.jboss.set.aphrodite.domain
 
Patch(String, URL, Repository, Codebase, PatchState, String, String) - Constructor for class org.jboss.set.aphrodite.domain.Patch
 
Patch(String, URL, Repository, Codebase, PatchState) - Constructor for class org.jboss.set.aphrodite.domain.Patch
 
PatchState - 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
 
Release(String) - Constructor for class org.jboss.set.aphrodite.domain.Release
 
removeLabelFromPatch(Patch, String) - Method in class org.jboss.set.aphrodite.Aphrodite
Delete a label from the provided Patch object.
removeLabelFromPatch(Patch, String) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
removeLabelFromPatch(Patch, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Delete a label from the provided Patch object.
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
 
repositoryAccessable(URL) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
repositoryAccessable(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Checks whether the provided URL is accessable.
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(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(User) - 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
 
setBody(String) - Method in class org.jboss.set.aphrodite.domain.Patch
 
setColor(String) - Method in class org.jboss.set.aphrodite.domain.Label
 
setComments(List<Comment>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setComponent(String) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setComponents(List<String>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
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
 
setEstimation(IssueEstimation) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setId(String) - Method in class org.jboss.set.aphrodite.domain.Label
 
setLabelsToPatch(Patch, List<Label>) - Method in class org.jboss.set.aphrodite.Aphrodite
Set the labels for the provided Patch object.
setLabelsToPatch(Patch, List<Label>) - Method in class org.jboss.set.aphrodite.repository.services.github.GitHubRepositoryService
 
setLabelsToPatch(Patch, List<Label>) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Set the labels for the provided Patch object.
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
 
setName(String) - Method in class org.jboss.set.aphrodite.domain.Label
 
setPriority(IssuePriority) - Method in class org.jboss.set.aphrodite.domain.Issue
 
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
 
setPullRequests(List<URL>) - Method in class org.jboss.set.aphrodite.issue.trackers.jira.JiraIssue
 
setRelease(Release) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setReleases(List<Release>) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setReporter(User) - Method in class org.jboss.set.aphrodite.domain.Issue
 
setReporter(String) - Method in class org.jboss.set.aphrodite.domain.SearchCriteria.Builder
 
setRepository(Repository) - Method in class org.jboss.set.aphrodite.domain.Patch
 
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
 
setState(PatchState) - Method in class org.jboss.set.aphrodite.domain.Patch
 
setStatus(IssueStatus) - Method in class org.jboss.set.aphrodite.domain.Issue
 
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.domain.Patch
 
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.domain.Label
 
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
 
StreamConfig - Class in org.jboss.set.aphrodite.config
 
StreamConfig(URL, StreamType) - Constructor for class org.jboss.set.aphrodite.config.StreamConfig
 
StreamConfig(File, StreamType) - Constructor for class org.jboss.set.aphrodite.config.StreamConfig
 
StreamService - Interface in org.jboss.set.aphrodite.spi
 
StreamType - Enum in org.jboss.set.aphrodite.config
 

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 class org.jboss.set.aphrodite.config.StreamConfig
 
toString() - Method in enum org.jboss.set.aphrodite.config.StreamType
 
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 enum org.jboss.set.aphrodite.domain.CommitStatus
 
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.Label
 
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 class org.jboss.set.aphrodite.domain.User
 
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
 
translateFromBugzilla(String) - Static method in class org.jboss.set.aphrodite.issue.trackers.bugzilla.IssuePriorityTranslatorUtil
 

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?)
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
 
urlExists(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
 
urlExists(URL) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
urlExists(URL) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Checks whether the provided URL is on the same host as this service.
urlExists(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Checks whether the provided URL is on the same host as this service.
User - Class in org.jboss.set.aphrodite.domain
 
User(String, String) - Constructor for class org.jboss.set.aphrodite.domain.User
 
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.StreamType
Returns the enum constant of this type with the specified name.
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.CommitStatus
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.IssuePriority
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.PatchState
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.StreamType
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.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.CommitStatus
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.IssuePriority
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.PatchState
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.4.2.Final

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