Uses of Interface
com.jcabi.github.ReleaseAsset
-
Packages that use ReleaseAsset Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of ReleaseAsset in com.jcabi.github
Classes in com.jcabi.github that implement ReleaseAsset Modifier and Type Class Description static class
ReleaseAsset.Smart
Smart ReleaseAsset with extra features.Methods in com.jcabi.github that return ReleaseAsset Modifier and Type Method Description ReleaseAsset
ReleaseAssets. get(int number)
Get a single release asset.ReleaseAsset
ReleaseAssets. upload(byte[] content, String type, String name)
Upload a release asset.Methods in com.jcabi.github that return types with arguments of type ReleaseAsset Modifier and Type Method Description Iterable<ReleaseAsset>
ReleaseAssets. iterate()
Iterate them all.Constructors in com.jcabi.github with parameters of type ReleaseAsset Constructor Description Smart(ReleaseAsset ast)
Public ctor.
-