A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

after(DateTime) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
afterOrAt(DateTime) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
and() - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
at(DateTime) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
Attribute<T> - Class in com.jfrog.bintray.client.api.details
This class represents an attribute (version or package) NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
Attribute(String, Attribute.Type, List<T>) - Constructor for class com.jfrog.bintray.client.api.details.Attribute
 
Attribute(String, Attribute.Type, T...) - Constructor for class com.jfrog.bintray.client.api.details.Attribute
 
Attribute(String, T...) - Constructor for class com.jfrog.bintray.client.api.details.Attribute
 
Attribute.Type - Enum in com.jfrog.bintray.client.api.details
 
attributeNames() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
attributeNames() - Method in interface com.jfrog.bintray.client.api.model.Version
 
attributes(List<Attribute>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
AttributesSearchQuery - Interface in com.jfrog.bintray.client.api.handle
 
AttributesSearchQueryClause - Interface in com.jfrog.bintray.client.api.handle
 

B

before(DateTime) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
beforeOrAt(DateTime) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
Bintray - Interface in com.jfrog.bintray.client.api.handle
 
BintrayCallException - Exception in com.jfrog.bintray.client.api
An exception thrown for failed operations against the Bintray api.
BintrayCallException(int, String, String) - Constructor for exception com.jfrog.bintray.client.api.BintrayCallException
 
BintrayCallException(Exception) - Constructor for exception com.jfrog.bintray.client.api.BintrayCallException
 
BintrayCallException(HttpResponse) - Constructor for exception com.jfrog.bintray.client.api.BintrayCallException
 
Boolean - com.jfrog.bintray.client.api.details.Attribute.Type
 
byAttributeName(String) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQuery
 

C

close() - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
com.jfrog.bintray.client.api - package com.jfrog.bintray.client.api
 
com.jfrog.bintray.client.api.details - package com.jfrog.bintray.client.api.details
 
com.jfrog.bintray.client.api.handle - package com.jfrog.bintray.client.api.handle
 
com.jfrog.bintray.client.api.model - package com.jfrog.bintray.client.api.model
 
created() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
created() - Method in interface com.jfrog.bintray.client.api.model.Version
 
createPkg(PackageDetails) - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
createVersion(VersionDetails) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 

D

date - com.jfrog.bintray.client.api.details.Attribute.Type
 
delete() - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
delete() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
delete(String, Map<String, String>) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
description() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
description() - Method in interface com.jfrog.bintray.client.api.model.Version
 
description(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
description(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
discard() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 

E

equals(Object) - Method in class com.jfrog.bintray.client.api.details.Attribute
 
equalsVal(Object) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
exists() - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
exists() - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
exists() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 

F

followersCount() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 

G

get() - Method in interface com.jfrog.bintray.client.api.handle.Handle
 
get() - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
get() - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
get() - Method in interface com.jfrog.bintray.client.api.handle.SubjectHandle
 
get() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
get(String, Map<String, String>) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
Following are generic HTTP requests you can perform against Bintray's API, as defined in your created client (so the uri parameter should be the required path after api.bintray.com).
getAttributeListFromJson(InputStream) - Static method in class com.jfrog.bintray.client.api.details.Attribute
 
getAttributeNames() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getAttributeNames() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getAttributes() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getAttributes() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getCreated() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getCreated() - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getCreated() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getCreated() - Method in interface com.jfrog.bintray.client.api.model.Repository
 
getCurrentPackageUri() - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
getDesc() - Method in interface com.jfrog.bintray.client.api.model.Repository
 
getDescription() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getDescription() - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getDescription() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getExceptions() - Method in exception com.jfrog.bintray.client.api.MultipleBintrayCallException
 
getFollowersCount() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getFollowersCount() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getFollowersCount() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getFullName() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getFullName() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getGitHubRepo() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getGravatarId() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getGravatarId() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getIssueTrackerUrl() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getJsonFromAttributeList(List<Attribute>) - Static method in class com.jfrog.bintray.client.api.details.Attribute
Produces a json from a list of attributes
getLabels() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getLabels() - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getLabels() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getLabels() - Method in interface com.jfrog.bintray.client.api.model.Repository
 
getLatestVersion() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getLicenses() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getLinkedRepos() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getMessage() - Method in exception com.jfrog.bintray.client.api.BintrayCallException
 
getName() - Method in class com.jfrog.bintray.client.api.details.Attribute
 
getName() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getName() - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getName() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getName() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getName() - Method in interface com.jfrog.bintray.client.api.model.Repository
 
getName() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getObjectMapper() - Static method in class com.jfrog.bintray.client.api.details.Attribute
 
getObjectMapper() - Static method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getObjectMapper() - Static method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getObjectMapper() - Static method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getObjectMapper() - Static method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getOrdinal() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getOrganizations() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getOrganizations() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getOwner() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getOwner() - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getOwner() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getOwner() - Method in interface com.jfrog.bintray.client.api.model.Repository
 
getPackageCount() - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
getPackageCount() - Method in interface com.jfrog.bintray.client.api.model.Repository
 
getPkg() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getPublicDownloadNumbers() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getPublicStats() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getQuotaUsedBytes() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getQuotaUsedBytes() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getRating() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getRatingCount() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getReason() - Method in exception com.jfrog.bintray.client.api.BintrayCallException
 
getRegistered() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getRegistered() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getReleased() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getReleaseNotesFile() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getReleaseNotesFile() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getRepo() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getRepo() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getRepos() - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
getRepositories() - Method in interface com.jfrog.bintray.client.api.model.Subject
 
getRepositoryUri() - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
getStatusCode() - Method in exception com.jfrog.bintray.client.api.BintrayCallException
 
getSubject() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getSystemIds() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getType() - Method in class com.jfrog.bintray.client.api.details.Attribute
 
getUpdated() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getUpdated() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getUseTagReleaseNotes() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getValues() - Method in class com.jfrog.bintray.client.api.details.Attribute
 
getVcsTag() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
getVcsUrl() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getVersions() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
getVersionUri() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
getWebsiteUrl() - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
gitHubRepo(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
gpgSign(boolean) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
greaterOrEqualsTo(int) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
greaterThan(int) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 

H

Handle<T> - Interface in com.jfrog.bintray.client.api.handle
 
hashCode() - Method in class com.jfrog.bintray.client.api.details.Attribute
 
head(String, Map<String, String>) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 

I

in(String...) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
isGpgSign() - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
issueTrackerUrl(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 

L

labels() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
labels() - Method in interface com.jfrog.bintray.client.api.model.Version
 
labels(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
latestVersion() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
lessOrEquals(int) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
lessThan(int) - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
licenses(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
linkedToRepos() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 

M

MultipleBintrayCallException - Exception in com.jfrog.bintray.client.api
An Exception that aggregates multiple BintrayCallExceptions for async operations
MultipleBintrayCallException() - Constructor for exception com.jfrog.bintray.client.api.MultipleBintrayCallException
 
MultipleBintrayCallException(List<BintrayCallException>) - Constructor for exception com.jfrog.bintray.client.api.MultipleBintrayCallException
 

N

name() - Method in interface com.jfrog.bintray.client.api.handle.Handle
 
name() - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
name() - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
name() - Method in interface com.jfrog.bintray.client.api.handle.SubjectHandle
 
name() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
name() - Method in interface com.jfrog.bintray.client.api.model.Version
 
name(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
number - com.jfrog.bintray.client.api.details.Attribute.Type
 

O

objectMapper - Static variable in class com.jfrog.bintray.client.api.details.ObjectMapperHelper
 
ObjectMapperHelper - Class in com.jfrog.bintray.client.api.details
Helper class that provides the ObjectMapper for all Details classes
ObjectMapperHelper() - Constructor for class com.jfrog.bintray.client.api.details.ObjectMapperHelper
 
ordinal() - Method in interface com.jfrog.bintray.client.api.model.Version
 
owner() - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
owner() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
owner() - Method in interface com.jfrog.bintray.client.api.model.Version
 

P

PackageDetails - Class in com.jfrog.bintray.client.api.details
This class is used to serialize and deserialize the needed json to pass to or receive from Bintray when performing actions on a package NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
PackageDetails() - Constructor for class com.jfrog.bintray.client.api.details.PackageDetails
 
PackageDetails(String) - Constructor for class com.jfrog.bintray.client.api.details.PackageDetails
 
PackageHandle - Interface in com.jfrog.bintray.client.api.handle
 
patch(String, Map<String, String>, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
pkg() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
pkg() - Method in interface com.jfrog.bintray.client.api.model.Version
 
pkg(String) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
pkg(String) - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
Pkg - Interface in com.jfrog.bintray.client.api.model
 
post(String, Map<String, String>, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
publicDownloadNumbers(Boolean) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
publicStats(Boolean) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
publish() - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
put(String, Map<String, String>, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
PUT single item
put(Map<String, InputStream>, Map<String, String>) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
Concurrently executes a list of HttpPut requests, which are not handled by the default response handler to avoid any BintrayCallExceptions being thrown before all requests have executed.

R

rating() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
ratingCount() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
released() - Method in interface com.jfrog.bintray.client.api.model.Version
 
released(DateTime) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
releaseNotesFile(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
releaseNotesFile(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
repository() - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
repository() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
repository() - Method in interface com.jfrog.bintray.client.api.model.Version
 
repository(String) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
repository(String) - Method in interface com.jfrog.bintray.client.api.handle.SubjectHandle
 
Repository - Interface in com.jfrog.bintray.client.api.model
 
RepositoryDetails - Class in com.jfrog.bintray.client.api.details
This class is used to serialize and deserialize the needed json to pass to or receive from Bintray when performing actions on a repository NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
RepositoryDetails() - Constructor for class com.jfrog.bintray.client.api.details.RepositoryDetails
 
RepositoryHandle - Interface in com.jfrog.bintray.client.api.handle
 

S

searchForPackage() - Method in interface com.jfrog.bintray.client.api.handle.RepositoryHandle
 
searchPackage() - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
searchVersion() - Method in interface com.jfrog.bintray.client.api.handle.AttributesSearchQueryClause
 
setAttributeNames(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setAttributeNames(List<String>) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setAttributes(PackageDetails) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
setAttributes(VersionDetails) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
setAttributes(List<Attribute>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setAttributes(List<Attribute>) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setAttributes(List<Attribute>) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
setAttributes(List<Attribute>) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
setCreated(DateTime) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setCreated(DateTime) - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
setCreated(DateTime) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setDescription(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setDescription(String) - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
setDescription(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setFollowersCount(Integer) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setFollowersCount(Integer) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setFullName(String) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setGitHubRepo(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setGpgSign(boolean) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setGravatarId(String) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setIssueTrackerUrl(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setLabels(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setLabels(List<String>) - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
setLabels(List<String>) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setLatestVersion(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setLicenses(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setLinkedRepos(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setMessage(String) - Method in exception com.jfrog.bintray.client.api.BintrayCallException
 
setName(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setName(String) - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
setName(String) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setName(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setOrdinal(Integer) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setOrganizations(List<String>) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setOwner(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setOwner(String) - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
setOwner(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setPackageCount(Integer) - Method in class com.jfrog.bintray.client.api.details.RepositoryDetails
 
setPkg(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setPublicDownloadNumbers(Boolean) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setPublicStats(Boolean) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setQuotaUsedBytes(Long) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setRating(Integer) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setRatingCount(Integer) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setRegistered(DateTime) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setReleased(DateTime) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setReleaseNotesFile(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setReleaseNotesFile(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setRepo(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setRepo(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setRepos(List<String>) - Method in class com.jfrog.bintray.client.api.details.SubjectDetails
 
setSubject(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setSystemIds(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setUpdated(DateTime) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setUpdated(DateTime) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setUseTagReleaseNotes(Boolean) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setVcsTag(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
setVcsUrl(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setVersions(List<String>) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
setWebsiteUrl(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
sign(int) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
sign(String, int) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
string - com.jfrog.bintray.client.api.details.Attribute.Type
 
subject(String) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
Subject - Interface in com.jfrog.bintray.client.api.model
 
SubjectDetails - Class in com.jfrog.bintray.client.api.details
This class is used to serialize and deserialize the needed json to pass to or receive from Bintray when performing actions on a subject NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
SubjectDetails() - Constructor for class com.jfrog.bintray.client.api.details.SubjectDetails
 
SubjectHandle - Interface in com.jfrog.bintray.client.api.handle
 
systemIds() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 

T

toString() - Method in exception com.jfrog.bintray.client.api.BintrayCallException
 
toString() - Method in class com.jfrog.bintray.client.api.details.Attribute
 

U

update(PackageDetails) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
update(VersionDetails) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
updateAttributes(PackageDetails) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
updateAttributes(VersionDetails) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
updateAttributes(List<Attribute>) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
updateAttributes(List<Attribute>) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
updated() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 
updated() - Method in interface com.jfrog.bintray.client.api.model.Version
 
upload(String, InputStream) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
upload(Map<String, InputStream>) - Method in interface com.jfrog.bintray.client.api.handle.VersionHandle
 
useTagReleaseNotes(Boolean) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 

V

valueOf(String) - Static method in enum com.jfrog.bintray.client.api.details.Attribute.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jfrog.bintray.client.api.details.Attribute.Type
Returns an array containing the constants of this enum type, in the order they are declared.
vcsTag() - Method in interface com.jfrog.bintray.client.api.model.Version
 
vcsTag(String) - Method in class com.jfrog.bintray.client.api.details.VersionDetails
 
vcsUrl(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
version(String) - Method in interface com.jfrog.bintray.client.api.handle.Bintray
 
version(String) - Method in interface com.jfrog.bintray.client.api.handle.PackageHandle
 
Version - Interface in com.jfrog.bintray.client.api.model
 
VersionDetails - Class in com.jfrog.bintray.client.api.details
This class is used to serialize and deserialize the needed json to pass to or receive from Bintray when performing actions on a subject NOTE: when serializing this class use getObjectMapper to obtain a suitable mapper for this class
VersionDetails() - Constructor for class com.jfrog.bintray.client.api.details.VersionDetails
 
VersionDetails(String) - Constructor for class com.jfrog.bintray.client.api.details.VersionDetails
 
VersionHandle - Interface in com.jfrog.bintray.client.api.handle
 
versions() - Method in interface com.jfrog.bintray.client.api.model.Pkg
 

W

websiteUrl(String) - Method in class com.jfrog.bintray.client.api.details.PackageDetails
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages