Uses of Class
org.jboss.set.aphrodite.domain.Codebase
-
Packages that use Codebase Package Description org.jboss.set.aphrodite.domain -
-
Uses of Codebase in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return Codebase Modifier and Type Method Description CodebasePullRequest. getCodebase()CodebaseStreamComponent. getCodebase()Methods in org.jboss.set.aphrodite.domain that return types with arguments of type Codebase Modifier and Type Method Description List<Codebase>Repository. getCodebases()Methods in org.jboss.set.aphrodite.domain with parameters of type Codebase Modifier and Type Method Description voidStreamComponent. setCodebase(Codebase codebase)Constructors in org.jboss.set.aphrodite.domain with parameters of type Codebase Constructor Description PullRequest(String id, URL url, Repository repository, Codebase codebase, PullRequestState state, String title, String body, boolean mergeable, boolean merged, MergeableState mergeableState, Date mergedAt)Deprecated.PullRequest(String id, URL url, Repository repository, Codebase codebase, PullRequestState state, String title, String body, boolean mergeable, boolean merged, MergeableState mergeableState, Date mergedAt, List<Commit> commits)PullRequest(String id, URL url, Repository repository, Codebase codebase, PullRequestState state, String title, String body, boolean mergeable, boolean merged, MergeableState mergeableState, Date mergedAt, List<Commit> commits, PullRequestHome prHome)StreamComponent(String name, List<String> contacts, URI repositoryURL, Codebase codebase, String tag, String version, String gav)StreamComponent(String name, List<String> contacts, URI repositoryURL, Codebase codebase, String tag, String version, String gav, String comment)StreamComponent(String name, List<String> contacts, RepositoryType repositoryType, URI repositoryURL, Codebase codebase, String tag, String version, String gav, String comment)
-