Uses of Class
org.jboss.set.aphrodite.config.AphroditeConfig
-
-
Uses of AphroditeConfig in org.jboss.set.aphrodite
Methods in org.jboss.set.aphrodite that return AphroditeConfig Modifier and Type Method Description AphroditeConfigAphrodite. getConfig()Methods in org.jboss.set.aphrodite with parameters of type AphroditeConfig Modifier and Type Method Description static AphroditeAphrodite. instance(AphroditeConfig config)Get an instance of the Aphrodite service. -
Uses of AphroditeConfig in org.jboss.set.aphrodite.config
Methods in org.jboss.set.aphrodite.config that return AphroditeConfig Modifier and Type Method Description static AphroditeConfigAphroditeConfig. fromJson(javax.json.JsonObject jsonObject)static AphroditeConfigAphroditeConfig. issueTrackersOnly(List<IssueTrackerConfig> issueTrackerConfigs)static AphroditeConfigAphroditeConfig. repositoryServicesOnly(List<RepositoryConfig> repositoryConfigs)static AphroditeConfigAphroditeConfig. singleIssueTracker(IssueTrackerConfig issueTrackerConfig)static AphroditeConfigAphroditeConfig. singleRepositoryService(RepositoryConfig repositoryConfig)Constructors in org.jboss.set.aphrodite.config with parameters of type AphroditeConfig Constructor Description AphroditeConfig(AphroditeConfig config) -
Uses of AphroditeConfig in org.jboss.set.aphrodite.issue.trackers.common
Methods in org.jboss.set.aphrodite.issue.trackers.common with parameters of type AphroditeConfig Modifier and Type Method Description booleanAbstractIssueTracker. init(AphroditeConfig aphroditeConfig) -
Uses of AphroditeConfig in org.jboss.set.aphrodite.repository.services.common
Methods in org.jboss.set.aphrodite.repository.services.common with parameters of type AphroditeConfig Modifier and Type Method Description booleanAbstractRepositoryService. init(AphroditeConfig aphroditeConfig) -
Uses of AphroditeConfig in org.jboss.set.aphrodite.spi
Methods in org.jboss.set.aphrodite.spi with parameters of type AphroditeConfig Modifier and Type Method Description booleanIssueTrackerService. init(AphroditeConfig config)Initiate thisIssueTrackerServiceusing the suppliedAphroditeConfig.booleanRepositoryService. init(AphroditeConfig config)Initiate thisRepositoryServiceusing the suppliedAphroditeConfig.booleanStreamService. init(Aphrodite aphrodite, AphroditeConfig config)Initialize the stream service. -
Uses of AphroditeConfig in org.jboss.set.aphrodite.stream.services.json
Methods in org.jboss.set.aphrodite.stream.services.json with parameters of type AphroditeConfig Modifier and Type Method Description booleanJsonStreamService. init(Aphrodite aphrodite, AphroditeConfig config)
-