Package org.kohsuke.github
Class GHContentSearchBuilder
Search code for
GHContent.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.kohsuke.github.GHSearchBuilder
termsFields inherited from class org.kohsuke.github.GHQueryBuilder
req -
Method Summary
Modifier and TypeMethodDescriptionExtension gh content search builder.Filename gh content search builder.Deprecated.Fork gh content search builder.protected StringGets the api url.getRoot()Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.In gh content search builder.Language gh content search builder.order(GHDirection v) Order gh content search builder.Path gh content search builder.Search terms.Repo gh content search builder.Size gh content search builder.Sort gh content search builder.User gh content search builder.Methods inherited from class org.kohsuke.github.GHSearchBuilder
list
-
Method Details
-
q
Search terms.- Overrides:
qin classGHSearchBuilder<GHContent>- Parameters:
term- the term- Returns:
- the gh query builder
-
in
In gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
language
Language gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
fork
Deprecated.usefork(GHFork).Fork gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
fork
Fork gh content search builder.- Parameters:
fork- search mode for forks- Returns:
- the gh content search builder
- See Also:
-
size
Size gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
path
Path gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
filename
Filename gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
extension
Extension gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
user
User gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
repo
Repo gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
order
Order gh content search builder.- Parameters:
v- the v- Returns:
- the gh content search builder
-
sort
Sort gh content search builder.- Parameters:
sort- the sort- Returns:
- the gh content search builder
-
getApiUrl
Gets the api url.- Specified by:
getApiUrlin classGHSearchBuilder<GHContent>- Returns:
- the api url
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
fork(GHFork).