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 classReleaseAsset.SmartSmart ReleaseAsset with extra features.Methods in com.jcabi.github that return ReleaseAsset Modifier and Type Method Description ReleaseAssetReleaseAssets. get(int number)Get a single release asset.ReleaseAssetReleaseAssets. 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.
-