Skip navigation links
jboss-aphrodite-common 0.7.1.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.common.AbstractIssueTracker
 
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.
addCommentToPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.Aphrodite
Add a Comment to the specified PullRequest object, and propagate the changes to the remote repository.
addCommentToPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
addCommentToPullRequest(PullRequest, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Add a Comment to the specified PullRequest object, and propagate the changes to the remote repository.
addLabelToPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.Aphrodite
Attach a label to the specified pull request.
addLabelToPullRequest(PullRequest, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Attach a label to the specified pull request.
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(ScheduledExecutorService, 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
 

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
 
createFromId(String) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
createFromUrl(URL) - Method 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
 
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
 
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
 
findPullRequestsRelatedTo(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all PullRequest objects related to the supplied pull request.
findPullRequestsRelatedTo(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Find all the pull requests related to the given pull request.
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
getCommitStatusFromPullRequest(PullRequest) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve the current CI status of the latest commit associated with a given pull request.
getCommitStatusFromPullRequest(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve the current CI status of the latest commit associated with a given pull request.
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
 
getDefaultIssueLimit() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
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
 
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.
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
Retrieve all Issues associated with the provided pull request object.
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
Retrieve all labels associated with the provided PullRequest object.
getLabelsFromPullRequest(PullRequest) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all labels associated with the provided PullRequest object.
getLabelsFromRepository(Repository) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all labels associated with the provided PullRequest in Repository object.
getLabelsFromRepository(Repository) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all labels associated with the provided PullRequest in Repository object.
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
 
getPullRequest(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
Get the PullRequest located at the provided URL.
getPullRequest(URL) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPullRequest(URL) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Get the PullRequest located at the provided URL.
getPullRequestsAssociatedWith(Issue) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPullRequestsAssociatedWith(Issue) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all pull requests associated with the provided Issue object
getPullRequestsByState(Repository, PullRequestState) - Method in class org.jboss.set.aphrodite.Aphrodite
Retrieve all PullRequests associated with the provided Repository object, which have a state that matches the provided PullRequestState object.
getPullRequestsByState(Repository, PullRequestState) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getPullRequestsByState(Repository, PullRequestState) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Retrieve all pull requests associated with the provided Repository object, which have a state that matches the provided PullRequestState object.
getRateLimit() - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
getRateLimit() - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
 
getRateLimits() - Method in class org.jboss.set.aphrodite.Aphrodite
 
getRepository(URL) - Method in class org.jboss.set.aphrodite.Aphrodite
Get the repository located at the provided URL.
getRepository(URL) - Method in class org.jboss.set.aphrodite.repository.services.common.AbstractRepositoryService
 
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 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 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
 
getStreamType() - Method in class org.jboss.set.aphrodite.config.StreamConfig
 
getTracker() - Method in class org.jboss.set.aphrodite.config.IssueTrackerConfig
 
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().
getTrailingValueFromUrlPath(URL) - Static method in class org.jboss.set.aphrodite.common.Utils
 
getType() - Method in class org.jboss.set.aphrodite.config.RepositoryConfig
 
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
 

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 RepositoryService has the correct permissions to apply/remove labels to pull request in the provided Repository

I

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(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(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.
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 pull request in the provided Repository
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
 

J

JSON_CODEBASE - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
 
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_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_TAG - Static variable in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
 
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

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.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(JsonObject) - Static method in class org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
 

R

removeLabelFromPullRequest(PullRequest, String) - Method in class org.jboss.set.aphrodite.Aphrodite
Delete a label from the provided PullRequest object.
removeLabelFromPullRequest(PullRequest, String) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Delete a label from the provided PullRequest object.
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 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

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.
setLabelsToPullRequest(PullRequest, List<Label>) - Method in class org.jboss.set.aphrodite.Aphrodite
Set the labels for the provided PullRequest object.
setLabelsToPullRequest(PullRequest, List<Label>) - Method in interface org.jboss.set.aphrodite.spi.RepositoryService
Set the labels for the provided PullRequest object.
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
 
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 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 Issue at the remote issue tracker service.
updateIssue(Issue) - Method in interface org.jboss.set.aphrodite.spi.IssueTrackerService
Update an Issue at the remote issue tracker service.
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 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.
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.
A B C D E F G H I J L N O P R S T U V 
Skip navigation links
jboss-aphrodite-common 0.7.1.Final

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