Uses of Class
org.jboss.set.aphrodite.spi.AphroditeException
-
Packages that use AphroditeException Package Description org.jboss.set.aphrodite org.jboss.set.aphrodite.spi -
-
Uses of AphroditeException in org.jboss.set.aphrodite
Methods in org.jboss.set.aphrodite that throw AphroditeException Modifier and Type Method Description org.jboss.set.aphrodite.domain.IssueAphrodite. createIssue(IssueCreationDetails details)Create skeletal issue.static AphroditeAphrodite. instance()Get an instance of the Aphrodite service.static AphroditeAphrodite. instance(AphroditeConfig config)Get an instance of the Aphrodite service.voidAphrodite. setLabelsToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, List<org.jboss.set.aphrodite.domain.Label> labels)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#setLabels()instead.booleanAphrodite. updateIssue(org.jboss.set.aphrodite.domain.Issue issue)Update a specificIssueat the remote issue tracker service. -
Uses of AphroditeException in org.jboss.set.aphrodite.spi
Methods in org.jboss.set.aphrodite.spi that throw AphroditeException Modifier and Type Method Description org.jboss.set.aphrodite.domain.IssueIssueTrackerService. createIssue(IssueCreationDetails details)Create skeletal issue.voidRepositoryService. setLabelsToPullRequest(org.jboss.set.aphrodite.domain.PullRequest pullRequest, List<org.jboss.set.aphrodite.domain.Label> labels)Deprecated.Useorg.jboss.set.aphrodite.domain.spi.PullRequestHome#setLabels()instead.booleanIssueTrackerService. updateIssue(org.jboss.set.aphrodite.domain.Issue issue)Update anIssueat the remote issue tracker service.
-