- 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
-