A B C D E F G H I J L N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(Collection<Issue>, Comment) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Adds the
Commentto all of the providedIssueobjects. - addCommentToIssue(Collection<Issue>, Comment) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Adds the
Commentto all of the providedIssueobjects. - addCommentToIssue(Map<Issue, Comment>) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Adds the
Commentto the associatedIssueobject for all Issue/Comment pairs in theMap. - addCommentToIssue(Map<Issue, Comment>) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Adds the
Commentto the associatedIssueobject for all Issue/Comment pairs in theMap. - addCommentToIssue(Issue, Comment) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Adds a new comment to the specified issue.
- addCommentToIssue(Issue, Comment) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- addCommentToIssue(Issue, Comment) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Adds a new comment to the specified issue.
- addCommentToPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#addComment()instead. - addCommentToPullRequest(PullRequest, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#addComment()instead. - addLabelToPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#addLabel()instead. - addLabelToPullRequest(PullRequest, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#addLabel()instead. - Aphrodite - Class in org.jboss.set.aphrodite
- AphroditeConfig - Class in org.jboss.set.aphrodite.config
- AphroditeConfig(ScheduledExecutorService, List<IssueTrackerConfig>, List<RepositoryConfig>, List<StreamConfig>, int, int, int) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
- AphroditeConfig(List<IssueTrackerConfig>, List<RepositoryConfig>, List<StreamConfig>) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
- AphroditeConfig(List<IssueTrackerConfig>, List<RepositoryConfig>, List<StreamConfig>, int) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
- AphroditeConfig(List<IssueTrackerConfig>, List<RepositoryConfig>, List<StreamConfig>, int, int) - Constructor for class org.jboss.set.aphrodite.config.AphroditeConfig
- AphroditeConfig(List<IssueTrackerConfig>, List<RepositoryConfig>, List<StreamConfig>, int, int, int) - 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(String) - Constructor for exception org.jboss.set.aphrodite.spi.AphroditeException
- AphroditeException(String, Throwable) - Constructor for exception org.jboss.set.aphrodite.spi.AphroditeException
- AphroditeException(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
- BUGZILLA - org.jboss.set.aphrodite.config.TrackerType
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
- config - Variable in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- config - Variable in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
- convertToTrackerID(URL) - Static method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- createIssue(IssueCreationDetails) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Create skeletal issue.
- createIssue(IssueCreationDetails) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Create skeletal issue.
- createRepositoryIdFromUrl(URL) - Static method in class org.jboss.set.aphrodite.repository.services.common.RepositoryUtils
- 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
- 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
- encode(Collection<Stream>) - Static method in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- encodeStreamComponent(StreamComponent) - Static method in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- 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
- 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(Collection<Issue>) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- filterIssuesByHost(Map<Issue, Comment>) - 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
- findPullRequestsRelatedTo(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#findReferencedPullRequests()instead. - findPullRequestsRelatedTo(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#findReferencedPullRequests()instead. - findReferencedPullRequests(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Return all the referenced PRs to a given PR using all the repositories defined in the instance.
- fromJson(JsonObject) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
G
- getAllStreams() - Method in class org.jboss.set.aphrodite.Aphrodite
-
Returns the streams discovered by all of the active StreamServices
- getBaseUrl() - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
- getCommitsSince(URL, String, long) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Returns a list of commits on a given branch between a given date and now
- getCommitsSince(URL, String, long) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
returns list of commits committed after a given date
- getCommitStatusFromPullRequest(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#getCommitStatus()instead. - getCommitStatusFromPullRequest(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#getCommitStatus()instead. - getComponentBy(URI, Codebase) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getComponentBy(URI, Codebase) - Method in interface org.jboss.set.aphrodite.spi.StreamService
-
Get the StreamComponent which specifies the given repository and codebase.
- getComponentBy(URI, Codebase) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
- getConfig() - Method in class org.jboss.set.aphrodite.Aphrodite
- getDefaultIssueLimit() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
- getDescription() - Method in class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- 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
-
Deprecated.
- 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
-
Deprecated.
- getExecutorService() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
- getInitialDelay() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
- getIssue(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Retrieve an issue object associated with the given
URL. - getIssue(URL) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Retrieve an issue object associated with the given
URL. - getIssue(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getIssues(Collection<URL>) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Retrieve all issues associated with the provided URLs.
- getIssues(Collection<URL>) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Retrieve all issues associated with the provided URLs.
- getIssuesAssociatedWith(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getIssuesAssociatedWith(PullRequest) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- getIssuesAssociatedWith(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Retrieve all Issues associated with the provided pullRequest object.
- getIssueTrackerConfigs() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
- getLabelsFromPullRequest(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#getLabels()instead. - getLabelsFromPullRequest(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#getLabels()instead. - getLabelsFromRepository(Repository) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Retrieve all labels associated with the provided
PullRequestinRepositoryobject. - getLabelsFromRepository(Repository) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Retrieve all labels associated with the provided
PullRequestinRepositoryobject. - getLog() - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- getLog() - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
- 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
- getPassword() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
- getPRFromDescription(URL, String) - Static method in class org.jboss.set.aphrodite.repository.services.common.RepositoryUtils
- getProjectKey() - Method in class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- getPullRequest(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Get the
PullRequestlocated at the providedURL. - getPullRequest(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Get the
PullRequestlocated at the providedURL. - getPullRequestHome() - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Return the PullRequestHome service for this repository.
- getPullRequestsAssociatedWith(Issue) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.
- getPullRequestsByState(Repository, PullRequestState) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Retrieve all PullRequests associated with the provided
Repositoryobject, which have a state that matches the providedPullRequestStateobject. - getPullRequestsByState(Repository, PullRequestState) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Retrieve all pull requests associated with the provided
Repositoryobject, which have a state that matches the providedPullRequestStateobject. - getPullRequestUpgrade(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getRateLimit() - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
- getRateLimits() - Method in class org.jboss.set.aphrodite.Aphrodite
- getRelatedIssues(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getRepository(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Get the repository located at the provided
URL. - 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
- getRepositoryType() - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Get Repository type
- getStream(String) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Get a specific
Streamobject based upon its String name. - getStream(String) - Method in interface org.jboss.set.aphrodite.spi.StreamService
-
Get a specific
Streamobject 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 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(URI, Codebase) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getStreamsBy(URI, Codebase) - Method in interface org.jboss.set.aphrodite.spi.StreamService
-
Find all the streams associated to the given repository and codebase
- getStreamsBy(URI, Codebase) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
- getStreamServiceUpdateRate() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
- getStreamType() - Method in class org.jboss.set.aphrodite.config.StreamConfig
- getThreadCount() - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
- getTracker() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
- getTrackerFor(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
- getTrackerID() - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- getTrackerID() - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Return string format of tracker id, this value, can be used as key/index and compared to
AbstractIssueTracker#convertToTrackerID(). - getTrackerURL() - Method in class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- getTrailingValueFromUrlPath(URL) - Static method in class org.jboss.set.aphrodite.common.Utils
- getType() - Method in class org.jboss.set.aphrodite.config.RepositoryConfig
- getUpstreamIssue(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getUpstreamPullRequest(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
- getUrl() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
- getURL() - Method in class org.jboss.set.aphrodite.config.StreamConfig
- getUsername() - Method in class org.jboss.set.aphrodite.config.AbstractServiceConfig
- GITHUB - org.jboss.set.aphrodite.repository.services.common.RepositoryType
- GITLAB - org.jboss.set.aphrodite.repository.services.common.RepositoryType
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
- hasModifiableLabels(Repository) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Discover if the user logged into this
RepositoryServicehas the correct permissions to apply/remove labels to pull request in the providedRepository - hasUpgrade(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
I
- 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
- init(AphroditeConfig) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- init(AphroditeConfig) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
- init(AphroditeConfig) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Initiate this
IssueTrackerServiceusing the suppliedAphroditeConfig. - init(AphroditeConfig) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Initiate this
RepositoryServiceusing the suppliedAphroditeConfig. - init(IssueTrackerConfig) - Method in class org.jboss.set.aphrodite.issue.trackers.common.AbstractIssueTracker
- init(IssueTrackerConfig) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Initiate this
IssueTrackerServiceusing the suppliedIssueTrackerConfig. - init(RepositoryConfig) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
- init(RepositoryConfig) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Initiate this
RepositoryServiceusing the suppliedRepositoryConfig. - 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.
- isCPReleased(String) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Check if a given CP version is released.
- isCPReleased(String) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Check if a given CP version is released.
- isRepositoryLabelsModifiable(Repository) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Discover if the user logged into a
RepositoryServicehas the correct permissions to apply/remove labels to pull request in the providedRepository - IssueCreationDetails - Class in org.jboss.set.aphrodite.issue.trackers.common
-
Abstract class for details required to create new issue.
- IssueCreationDetails() - Constructor for class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- 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
- isUpstreamRequired(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.
J
- JIRA - org.jboss.set.aphrodite.config.TrackerType
- JSON - org.jboss.set.aphrodite.config.StreamType
- JSON_CODEBASE - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_CODEBASES - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- JSON_COMMENT - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_CONTACTS - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_GAV - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_NAME - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_NAME - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- JSON_REPOSITORY_TYPE - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_REPOSITORY_URL - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_STREAMS - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- JSON_TAG - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- JSON_UPSTREAM - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- JSON_VALUE_NULL - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- JSON_VERSION - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
- 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
- logDebugMessage(Log, String) - Static method in class org.jboss.set.aphrodite.common.Utils
- 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(String, Throwable, boolean, boolean) - Constructor for exception org.jboss.set.aphrodite.spi.NotFoundException
- NotFoundException(Throwable) - 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.issue.trackers.common - package org.jboss.set.aphrodite.issue.trackers.common
- org.jboss.set.aphrodite.repository.services.common - package org.jboss.set.aphrodite.repository.services.common
- 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
- parse(URL) - Static method in class org.jboss.set.aphrodite.stream.services.json.StreamsJsonParser
- parse(JsonObject) - Static method in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
R
- RELATED_PR_PATTERN - Static variable in class org.jboss.set.aphrodite.repository.services.common.RepositoryUtils
- removeLabelFromPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#removeLabel()instead. - removeLabelFromPullRequest(PullRequest, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#removeLabel()instead. - REPOSITORY_TYPE - Variable in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
- repositoryAccessable(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Checks whether the provided
URLis 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
- RepositoryUtils - Class in org.jboss.set.aphrodite.repository.services.common
- RepositoryUtils() - Constructor for class org.jboss.set.aphrodite.repository.services.common.RepositoryUtils
S
- 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 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 interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Return all issues which match the provided filter.
- serializeStreams(URL, OutputStream) - Method in interface org.jboss.set.aphrodite.spi.StreamService
-
Serialize streams for certain URL.
- serializeStreams(URL, OutputStream) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
- setDescription(String) - Method in class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- setLabelsToPullRequest(PullRequest, List<Label>) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#setLabels()instead. - setLabelsToPullRequest(PullRequest, List<Label>) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Deprecated.Use
org.jboss.set.aphrodite.domain.spi.PullRequestHome#setLabels()instead. - setProjectKey(String) - Method in class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- setThreadCount(int) - Method in class org.jboss.set.aphrodite.config.AphroditeConfig
- setTrackerURL(URL) - Method in class org.jboss.set.aphrodite.issue.trackers.common.IssueCreationDetails
- singleIssueTracker(IssueTrackerConfig) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
- singleRepositoryService(RepositoryConfig) - Static method in class org.jboss.set.aphrodite.config.AphroditeConfig
- StreamComponentJsonParser - Class in org.jboss.set.aphrodite.stream.services.json
-
Simple parser to compartmentalize all those nasty operations.
- StreamConfig - Class in org.jboss.set.aphrodite.config
- StreamConfig(File, StreamType) - Constructor for class org.jboss.set.aphrodite.config.StreamConfig
- StreamConfig(URL, StreamType) - Constructor for class org.jboss.set.aphrodite.config.StreamConfig
- StreamService - Interface in org.jboss.set.aphrodite.spi
- StreamsJsonParser - Class in org.jboss.set.aphrodite.stream.services.json
-
Simple parser to compartmentalize all those nasty operations.
- 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 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
- updateIssue(Issue) - Method in class org.jboss.set.aphrodite.Aphrodite
-
Update a specific
Issueat the remote issue tracker service. - updateIssue(Issue) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
-
Update an
Issueat the remote issue tracker service. - updateStreamComponent(StreamComponent) - Method in interface org.jboss.set.aphrodite.spi.StreamService
-
Updates stream component version in memory and in back end storage if possible.
- updateStreamComponent(StreamComponent) - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
- updateStreams() - Method in interface org.jboss.set.aphrodite.spi.StreamService
-
Trigger for updating streams information.
- updateStreams() - Method in class org.jboss.set.aphrodite.stream.services.json.JsonStreamService
- 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
URLis on the same host as this service. - urlExists(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
-
Checks whether the provided
URLis on the same host as this service. - 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.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.repository.services.common.RepositoryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages