- ACTIVATE_RECORDER - Static variable in interface org.jfrog.build.api.BuildInfoConfigProperties
-
- addArtifact(Artifact) - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Adds the given artifact to the artifacts list
- addArtifact(PatternArtifact) - Method in class org.jfrog.build.api.dependency.PatternResult
-
- addBuildNotToBeDiscarded(String) - Method in class org.jfrog.build.api.BuildRetention
-
- addDependency(Dependency) - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Adds the given dependency to the dependencies list
- addExcludedArtifact(Artifact) - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Adds the given artifact to the exclude artifacts list
- addFile(String) - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- addIssue(Issue) - Method in class org.jfrog.build.api.Issues
-
- addModule(Module) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Adds the given module to the modules list
- addPattern(Pattern) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- addPatternResult(PatternResult) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- addProperties(Properties) - Method in class org.jfrog.build.api.builder.ArtifactBuilder
-
Adds properties to the properties object
- addProperties(Properties) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Adds properties to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.api.builder.ArtifactBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Adds the given property to the properties object
- addProperty(String, String) - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- addRequestedBy(String[]) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Adds an ID of another dependency that requires this one to the requestedBy dependencies list.
- addRequestedBy(String[]) - Method in class org.jfrog.build.api.Dependency
-
Adds an ID of another dependency requested by this one to the required dependencies list.
- addRunParameters(MatrixParameter) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the post build retention period
- addScope(String) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Adds the given scope to the scopes set
- addScope(String) - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- addStatus(PromotionStatus) - Method in class org.jfrog.build.api.Build
-
- addStatus(PromotionStatus) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- AFFECTED_ISSUES - Static variable in interface org.jfrog.build.api.IssuesTrackerFields
-
- Agent - Class in org.jfrog.build.api
-
Information about the agent that triggered the build (e.g.
- Agent() - Constructor for class org.jfrog.build.api.Agent
-
Default constructor
- Agent(String) - Constructor for class org.jfrog.build.api.Agent
-
Build the build agent from a full agent name in the following format: AGENT_NAME/AGENT_VERSION
- Agent(String, String) - Constructor for class org.jfrog.build.api.Agent
-
Main constructor
- agent - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- agent(Agent) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the agent of the build
- AGENT_NAME - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- AGENT_VERSION - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- AGGREGATE_BUILD_ISSUES - Static variable in interface org.jfrog.build.api.IssuesTrackerFields
-
- AGGREGATION_BUILD_STATUS - Static variable in interface org.jfrog.build.api.IssuesTrackerFields
-
- append(Issues) - Method in class org.jfrog.build.api.Issues
-
If one of the objects did not collect issues (empty tracker or affected issues) - keep the other.
- AqlSearchResult - Class in org.jfrog.build.api.search
-
- AqlSearchResult() - Constructor for class org.jfrog.build.api.search.AqlSearchResult
-
- AqlSearchResult.Property - Class in org.jfrog.build.api.search
-
- AqlSearchResult.SearchEntry - Class in org.jfrog.build.api.search
-
- Artifact - Class in org.jfrog.build.api
-
Contains the build deployed artifact information
- Artifact() - Constructor for class org.jfrog.build.api.Artifact
-
- ArtifactBuilder - Class in org.jfrog.build.api.builder
-
A builder for the artifact class
- ArtifactBuilder(String) - Constructor for class org.jfrog.build.api.builder.ArtifactBuilder
-
- ARTIFACTORY_PLUGIN_VERSION - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- ARTIFACTORY_RESOLUTION_ENABLED - Static variable in interface org.jfrog.build.api.BuildInfoConfigProperties
-
Maven property which indicates whether to resolve dependencies from Artifactory.
- artifactoryPluginVersion - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- artifactoryPluginVersion(String) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- artifactoryPrincipal - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- artifactoryPrincipal(String) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the Artifactory principal of the build
- artifactoryUrl(String) - Method in class org.jfrog.build.api.builder.dependency.PatternArtifactBuilder
-
- artifacts(List<Artifact>) - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Sets the list of artifacts that have been deployed by the module
- artifacts(boolean) - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- asMap() - Method in class org.jfrog.build.api.multiMap.Multimap
-
Get the underlying map.
- async(boolean) - Method in class org.jfrog.build.api.builder.DistributionBuilder
-
- BACKWARD_COMPATIBLE_DEPLOYABLE_ARTIFACTS - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
Deprecated.
- BaseBuildBean - Class in org.jfrog.build.api
-
The main implementation of all the Build-API beans
- BaseBuildBean() - Constructor for class org.jfrog.build.api.BaseBuildBean
-
- BaseBuildFileBean - Class in org.jfrog.build.api
-
Base implementation of the build file bean interface
- BaseBuildFileBean() - Constructor for class org.jfrog.build.api.BaseBuildFileBean
-
- BintrayUploadInfoOverride - Class in org.jfrog.build.api.release
-
Represents override properties that can be passed to artifactory with the REST command instead of the descriptor
- BintrayUploadInfoOverride() - Constructor for class org.jfrog.build.api.release.BintrayUploadInfoOverride
-
- BintrayUploadInfoOverride(String, String, String, String, List<String>, String) - Constructor for class org.jfrog.build.api.release.BintrayUploadInfoOverride
-
- Build - Class in org.jfrog.build.api
-
Represents pure (without logic) schema of build info which contains the build info properties of a typical build.
- Build() - Constructor for class org.jfrog.build.api.Build
-
- build() - Method in class org.jfrog.build.api.builder.ArtifactBuilder
-
Assembles the artifact class
- build() - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Assembles the build class
- build() - Method in class org.jfrog.build.api.builder.dependency.BuildDependencyBuilder
-
Assembles the build dependency class
- build() - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsBuilder
-
- build() - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsRequestBuilder
-
- build() - Method in class org.jfrog.build.api.builder.dependency.PatternArtifactBuilder
-
- build() - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Assembles the dependency class
- build() - Method in class org.jfrog.build.api.builder.DistributionBuilder
-
- build() - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Assembles the module class
- build() - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- build() - Method in class org.jfrog.build.api.builder.PromotionStatusBuilder
-
- BUILD_AGENT_NAME - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_AGENT_VERSION - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_INFO_CONFIG_PREFIX - Static variable in interface org.jfrog.build.api.BuildInfoConfigProperties
-
Prefix for all config/runtime properties
- BUILD_INFO_ENVIRONMENT_PREFIX - Static variable in interface org.jfrog.build.api.BuildInfoProperties
-
Prefix for build info properties that are coming from the CI server.
- BUILD_INFO_ISSUES_TRACKER_PREFIX - Static variable in interface org.jfrog.build.api.BuildInfoProperties
-
- BUILD_INFO_PREFIX - Static variable in interface org.jfrog.build.api.BuildInfoProperties
-
A prefix for all properties that should affect the build info model
- BUILD_INFO_PROP_PREFIX - Static variable in interface org.jfrog.build.api.BuildInfoProperties
-
Prefix for properties that are dynamically added to build info
- BUILD_NAME - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_NUMBER - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_NUMBERS_NOT_TO_DELETE - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_PARENT_NAME - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_PARENT_NUMBER - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_PROJECT - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_RETENTION_ASYNC - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_RETENTION_COUNT - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_RETENTION_DAYS - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_RETENTION_MINIMUM_DATE - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_ROOT - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_STARTED - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_TIMESTAMP - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BUILD_URL - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- BuildAgent - Class in org.jfrog.build.api
-
Information about the agent that executed the build (e.g.
- BuildAgent() - Constructor for class org.jfrog.build.api.BuildAgent
-
Default constructor
- BuildAgent(String) - Constructor for class org.jfrog.build.api.BuildAgent
-
Build the build agent from a full agent name in the following format: AGENT_NAME/AGENT_VERSION
- BuildAgent(String, String) - Constructor for class org.jfrog.build.api.BuildAgent
-
Main constructor
- buildAgent - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- buildAgent(BuildAgent) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the build agent of the build
- BuildBean - Interface in org.jfrog.build.api
-
The main interface of all the Build-API beans
- BuildDependency - Class in org.jfrog.build.api.dependency
-
Contains build dependency.
- BuildDependency() - Constructor for class org.jfrog.build.api.dependency.BuildDependency
-
- BuildDependencyBuilder - Class in org.jfrog.build.api.builder.dependency
-
A builder for the build dependency class
- BuildDependencyBuilder() - Constructor for class org.jfrog.build.api.builder.dependency.BuildDependencyBuilder
-
- BuildDependencyPattern - Class in org.jfrog.build.api.dependency.pattern
-
- BuildDependencyPattern(String, String, String, PatternType, String, String) - Constructor for class org.jfrog.build.api.dependency.pattern.BuildDependencyPattern
-
- BuildFileBean - Interface in org.jfrog.build.api
-
Main interface of the build file bean
- BuildInfoBuilder - Class in org.jfrog.build.api.builder
-
A builder for the build class
- BuildInfoBuilder(String) - Constructor for class org.jfrog.build.api.builder.BuildInfoBuilder
-
- BuildInfoConfigProperties - Interface in org.jfrog.build.api
-
- BuildInfoFields - Interface in org.jfrog.build.api
-
- BuildInfoProperties - Interface in org.jfrog.build.api
-
- buildName(String) - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsBuilder
-
- buildName(String) - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsRequestBuilder
-
- buildNumber(String) - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsBuilder
-
- buildNumber(String) - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsRequestBuilder
-
- BuildPatternArtifacts - Class in org.jfrog.build.api.dependency
-
Represents built artifacts, filtered by patterns in request.
- BuildPatternArtifacts() - Constructor for class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- BuildPatternArtifacts(String, String, String, String) - Constructor for class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- BuildPatternArtifactsBuilder - Class in org.jfrog.build.api.builder.dependency
-
- BuildPatternArtifactsBuilder() - Constructor for class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsBuilder
-
- BuildPatternArtifactsRequest - Class in org.jfrog.build.api.dependency
-
Represents request for built artifacts, filtered by patterns.
- BuildPatternArtifactsRequest() - Constructor for class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- BuildPatternArtifactsRequest(String, String, String) - Constructor for class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- BuildPatternArtifactsRequestBuilder - Class in org.jfrog.build.api.builder.dependency
-
- BuildPatternArtifactsRequestBuilder() - Constructor for class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsRequestBuilder
-
- buildRetention - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- buildRetention(BuildRetention) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the post build retention period
- BuildRetention - Class in org.jfrog.build.api
-
- BuildRetention() - Constructor for class org.jfrog.build.api.BuildRetention
-
- BuildRetention(boolean) - Constructor for class org.jfrog.build.api.BuildRetention
-
- buildRunParameters(List<MatrixParameter>) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the post build retention period
- GENERATED_BUILD_INFO - Static variable in interface org.jfrog.build.api.BuildInfoFields
-
- get(Key) - Method in class org.jfrog.build.api.multiMap.Multimap
-
Get all values for a key.
- getActualMd5() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getActualSha1() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getAffectedIssues() - Method in class org.jfrog.build.api.Issues
-
- getAgent() - Method in class org.jfrog.build.api.Build
-
Returns the agent that triggered the build (e.g.
- getAggregationBuildStatus() - Method in class org.jfrog.build.api.Issues
-
- getAggregationStatus() - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- getArtifactId() - Method in class org.jfrog.build.api.util.DeployableFile
-
- getArtifactoryPluginVersion() - Method in class org.jfrog.build.api.Build
-
Returns the Artifactory plugin version of the build
- getArtifactoryPrincipal() - Method in class org.jfrog.build.api.Build
-
Returns the Artifactory principal of the build
- getArtifactoryUrl() - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- getArtifacts() - Method in class org.jfrog.build.api.Module
-
Returns the list of artifacts that have been deployed by the module
- getBranch() - Method in class org.jfrog.build.api.Vcs
-
- getBuildAgent() - Method in class org.jfrog.build.api.Build
-
Returns the agent that executed the build (e.g.
- getBuildDependencies() - Method in class org.jfrog.build.api.Build
-
Returns the build dependencies of this build
- getBuildFile() - Method in class org.jfrog.build.api.util.DeployableFile
-
- getBuildName() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- getBuildName() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- getBuildName() - Method in class org.jfrog.build.api.dependency.pattern.BuildDependencyPattern
-
- getBuildName() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getBuildNumber() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- getBuildNumber() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- getBuildNumber() - Method in class org.jfrog.build.api.dependency.pattern.BuildDependencyPattern
-
- getBuildNumber() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getBuildNumbersNotToBeDiscarded() - Method in class org.jfrog.build.api.BuildRetention
-
- getBuildRetention() - Method in class org.jfrog.build.api.Build
-
- getCiUser() - Method in class org.jfrog.build.api.release.Promotion
-
- getCiUser() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getClassifier() - Method in class org.jfrog.build.api.util.DeployableFile
-
- getComment() - Method in class org.jfrog.build.api.release.Promotion
-
- getComment() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getCount() - Method in class org.jfrog.build.api.BuildRetention
-
- getDependencies() - Method in class org.jfrog.build.api.Module
-
Returns the dependencies of the module
- getDurationMillis() - Method in class org.jfrog.build.api.Build
-
Returns the duration milliseconds of the build
- getExcludedArtifacts() - Method in class org.jfrog.build.api.Module
-
Returns the list of excluded_artifacts that haven't been deployed by the module
- getFile() - Method in class org.jfrog.build.api.util.DeployableFile
-
- getFilePath() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getFilePath() - Method in class org.jfrog.build.api.dependency.PropertySearchResult.SearchEntry
-
- getFiles() - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- getFirstSatisfying(Collection<T>, Predicate<T>, T) - Static method in class org.jfrog.build.api.util.CommonUtils
-
Returns the first element in the provided collection that satisfies the predicate.
- getGpgPassphrase() - Method in class org.jfrog.build.api.release.Distribution
-
- getGroupId() - Method in class org.jfrog.build.api.util.DeployableFile
-
- getId() - Method in class org.jfrog.build.api.Dependency
-
Returns the ID of the dependency
- getId() - Method in class org.jfrog.build.api.Module
-
Returns the ID of the module
- getIssues() - Method in class org.jfrog.build.api.Build
-
- getIssues() - Method in class org.jfrog.build.api.IssuesCollectionConfig
-
- getKey() - Method in class org.jfrog.build.api.Issue
-
- getKey() - Method in class org.jfrog.build.api.MatrixParameter
-
- getkey() - Method in class org.jfrog.build.api.search.AqlSearchResult.Property
-
- getKeyGroupIndex() - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- getLast(Collection<T>) - Static method in class org.jfrog.build.api.util.CommonUtils
-
Returns the last element in the collection.
- getLastModified() - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- getMatrixParameters() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getMatrixParams() - Method in class org.jfrog.build.api.dependency.pattern.DependencyPattern
-
- getMd5() - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- getMd5() - Method in interface org.jfrog.build.api.BuildFileBean
-
Returns the MD5 checksum of the file
- getMd5() - Method in class org.jfrog.build.api.Module
-
Returns the md5 of the module
- getMessage() - Method in class org.jfrog.build.api.Vcs
-
- getMinimumBuildDate() - Method in class org.jfrog.build.api.BuildRetention
-
- getModule(String) - Method in class org.jfrog.build.api.Build
-
Returns the module object by the given ID
- getModules() - Method in class org.jfrog.build.api.Build
-
Returns the modules of the build
- getName() - Method in class org.jfrog.build.api.Agent
-
Returns the name of the agent
- getName() - Method in class org.jfrog.build.api.Artifact
-
Returns the name of the artifact
- getName() - Method in class org.jfrog.build.api.Build
-
Returns the name of the build
- getName() - Method in class org.jfrog.build.api.BuildAgent
-
Returns the name of the agent
- getName() - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- getName() - Method in class org.jfrog.build.api.IssueTracker
-
- getName() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getNumber() - Method in class org.jfrog.build.api.Build
-
Returns the number of the build
- getNumber() - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- getOnlyElement(Collection<T>) - Static method in class org.jfrog.build.api.util.CommonUtils
-
Returns the only element in the provided collection.
- getParentBuildId() - Method in class org.jfrog.build.api.Build
-
- getParentName() - Method in class org.jfrog.build.api.Build
-
Returns the name of the parent build
- getParentNumber() - Method in class org.jfrog.build.api.Build
-
Returns the number of the parent build
- getPath() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getPattern() - Method in class org.jfrog.build.api.dependency.pattern.DependencyPattern
-
- getPattern() - Method in class org.jfrog.build.api.dependency.Pattern
-
- getPatternArtifacts() - Method in class org.jfrog.build.api.dependency.PatternResult
-
- getPatternResults() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- getPatterns() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- getPatternType() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getPatternType() - Method in class org.jfrog.build.api.dependency.pattern.DependencyPattern
-
- getPrincipal() - Method in class org.jfrog.build.api.Build
-
Returns the principal of the build
- getProject() - Method in class org.jfrog.build.api.Build
-
Returns the project of the build
- getProject() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- getProperties() - Method in class org.jfrog.build.api.BaseBuildBean
-
- getProperties() - Method in interface org.jfrog.build.api.BuildBean
-
Returns the properties of the bean
- getProperties() - Method in class org.jfrog.build.api.release.Promotion
-
- getProperties() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getRclass() - Method in class org.jfrog.build.api.repository.RepositoryConfig
-
- getRegexp() - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- getRelativeDirPath() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getRemotePath() - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- getRepo() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- getRepoPath() - Method in class org.jfrog.build.api.dependency.PropertySearchResult.SearchEntry
-
- getRepository() - Method in class org.jfrog.build.api.Module
-
Returns the repository of the module
- getRepository() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getRepoUri() - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- getRepoUri() - Method in class org.jfrog.build.api.dependency.PropertySearchResult.SearchEntry
-
- getRepoUrl() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getRequestedBy() - Method in class org.jfrog.build.api.Dependency
-
Returns path-to-root dependency lists that directly depend on this dependency.
- getResults() - Method in class org.jfrog.build.api.dependency.PropertySearchResult
-
- getResults() - Method in class org.jfrog.build.api.search.AqlSearchResult
-
- getRevision() - Method in class org.jfrog.build.api.Vcs
-
- getRunParameters() - Method in class org.jfrog.build.api.Build
-
- getScopes() - Method in class org.jfrog.build.api.Dependency
-
Returns the scope list of the dependency
- getScopes() - Method in class org.jfrog.build.api.release.Promotion
-
- getSha1() - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- getSha1() - Method in interface org.jfrog.build.api.BuildFileBean
-
Returns the SHA1 checksum of the file
- getSha1() - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- getSha1() - Method in class org.jfrog.build.api.Module
-
Returns the sha1 of the module
- getSha256() - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- getSha256() - Method in interface org.jfrog.build.api.BuildFileBean
-
Returns the SHA256 checksum of the file
- getSize() - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- getSourcePattern() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getSourcePattern() - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- getSourceRepo() - Method in class org.jfrog.build.api.release.Promotion
-
- getSourceRepos() - Method in class org.jfrog.build.api.release.Distribution
-
- getStarted() - Method in class org.jfrog.build.api.Build
-
Returns the started time of the build
- getStarted() - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- getStarted() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- getStartedMillis() - Method in class org.jfrog.build.api.Build
-
Returns the started time of the build in a unit of milliseconds
- getStatus() - Method in class org.jfrog.build.api.release.Promotion
-
- getStatus() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getStatuses() - Method in class org.jfrog.build.api.Build
-
- getSummary() - Method in class org.jfrog.build.api.Issue
-
- getSummaryGroupIndex() - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- getTargetDirectory() - Method in class org.jfrog.build.api.dependency.pattern.DependencyPattern
-
- getTargetDirPath() - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- getTargetRepo() - Method in class org.jfrog.build.api.release.Distribution
-
- getTargetRepo() - Method in class org.jfrog.build.api.release.Promotion
-
- getTimestamp() - Method in class org.jfrog.build.api.release.Promotion
-
- getTimestamp() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getTimestampDate() - Method in class org.jfrog.build.api.release.Promotion
-
- getTimestampDate() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getTracker() - Method in class org.jfrog.build.api.Issues
-
- getTrackerName() - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- getTrackerUrl() - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- getType() - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- getType() - Method in interface org.jfrog.build.api.BuildFileBean
-
Returns the type of the file
- getType() - Method in class org.jfrog.build.api.Module
-
Returns the type of the module
- getUri() - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- getUri() - Method in class org.jfrog.build.api.dependency.PropertySearchResult.SearchEntry
-
- getUrl() - Method in class org.jfrog.build.api.Build
-
Returns the URL of the build
- getUrl() - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- getUrl() - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- getUrl() - Method in class org.jfrog.build.api.Issue
-
- getUrl() - Method in class org.jfrog.build.api.Vcs
-
- getUser() - Method in class org.jfrog.build.api.release.PromotionStatus
-
- getValue() - Method in class org.jfrog.build.api.MatrixParameter
-
- getValue() - Method in class org.jfrog.build.api.search.AqlSearchResult.Property
-
- getVcs() - Method in class org.jfrog.build.api.Build
-
- getVersion() - Method in class org.jfrog.build.api.Agent
-
Returns the version of the agent
- getVersion() - Method in class org.jfrog.build.api.Build
-
Returns the version of the build
- getVersion() - Method in class org.jfrog.build.api.BuildAgent
-
Returns the version of the agent
- getVersion() - Method in class org.jfrog.build.api.IssuesCollectionConfig
-
- getVersion() - Method in class org.jfrog.build.api.IssueTracker
-
- getVersion() - Method in class org.jfrog.build.api.util.DeployableFile
-
- getVirtualRepos() - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- gpgPassphrase(String) - Method in class org.jfrog.build.api.builder.DistributionBuilder
-
- SCOPE_BUILD - Static variable in class org.jfrog.build.api.Dependency
-
- scopes(Set<String>) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Sets the scope list of the dependency
- scopes(Set<String>) - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- SearchEntry() - Constructor for class org.jfrog.build.api.dependency.PropertySearchResult.SearchEntry
-
- SearchEntry() - Constructor for class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setActualMd5(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setActualSha1(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setAffectedIssues(Set<Issue>) - Method in class org.jfrog.build.api.Issues
-
- setAgent(Agent) - Method in class org.jfrog.build.api.Build
-
Sets the agent that triggered the build
- setAggregate(boolean) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setAggregateBuildIssues(boolean) - Method in class org.jfrog.build.api.Issues
-
- setAggregated(boolean) - Method in class org.jfrog.build.api.Issue
-
- setAggregationBuildStatus(String) - Method in class org.jfrog.build.api.Issues
-
- setAggregationStatus(String) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setArtifactId(String) - Method in class org.jfrog.build.api.util.DeployableFile
-
- setArtifactoryPluginVersion(String) - Method in class org.jfrog.build.api.Build
-
Sets the Artifactory plugin version of the build
- setArtifactoryPrincipal(String) - Method in class org.jfrog.build.api.Build
-
Sets the Artifactory principal of the build
- setArtifactoryUrl(String) - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- setArtifacts(List<Artifact>) - Method in class org.jfrog.build.api.Module
-
Sets the list of artifacts that have been deployed by the module
- setArtifacts(boolean) - Method in class org.jfrog.build.api.release.Promotion
-
- setAsync(boolean) - Method in class org.jfrog.build.api.release.Distribution
-
- setBranch(String) - Method in class org.jfrog.build.api.Vcs
-
- setBuildAgent(BuildAgent) - Method in class org.jfrog.build.api.Build
-
Sets the agent that executed the build
- setBuildDependencies(List<BuildDependency>) - Method in class org.jfrog.build.api.Build
-
Sets build dependencies for this build
- setBuildFile(BuildFileBean) - Method in class org.jfrog.build.api.util.DeployableFile
-
- setBuildName(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- setBuildName(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- setBuildNumber(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- setBuildNumber(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- setBuildNumbersNotToBeDiscarded(List<String>) - Method in class org.jfrog.build.api.BuildRetention
-
- setBuildRetention(BuildRetention) - Method in class org.jfrog.build.api.Build
-
- setCiUser(String) - Method in class org.jfrog.build.api.release.Promotion
-
- setCiUser(String) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setClassifier(String) - Method in class org.jfrog.build.api.util.DeployableFile
-
- setComment(String) - Method in class org.jfrog.build.api.release.Promotion
-
- setComment(String) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setCopy(boolean) - Method in class org.jfrog.build.api.release.Promotion
-
- setCount(int) - Method in class org.jfrog.build.api.BuildRetention
-
- setDeleteBuildArtifacts(boolean) - Method in class org.jfrog.build.api.BuildRetention
-
- setDependencies(List<Dependency>) - Method in class org.jfrog.build.api.Module
-
Sets the dependencies of the module
- setDependencies(boolean) - Method in class org.jfrog.build.api.release.Promotion
-
- setDryRun(boolean) - Method in class org.jfrog.build.api.release.Distribution
-
- setDryRun(boolean) - Method in class org.jfrog.build.api.release.Promotion
-
- setDurationMillis(long) - Method in class org.jfrog.build.api.Build
-
Sets the duration milliseconds of the build
- setExcludedArtifacts(List<Artifact>) - Method in class org.jfrog.build.api.Module
-
Sets the list of artifacts that haven't been deployed by the module
- setExplode(boolean) - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- setFailFast(boolean) - Method in class org.jfrog.build.api.release.Promotion
-
- setFile(File) - Method in class org.jfrog.build.api.util.DeployableFile
-
- setFiles(Set<String>) - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- setGpgPassphrase(String) - Method in class org.jfrog.build.api.release.Distribution
-
- setGroupId(String) - Method in class org.jfrog.build.api.util.DeployableFile
-
- setId(String) - Method in class org.jfrog.build.api.Dependency
-
Sets the ID of the dependency
- setId(String) - Method in class org.jfrog.build.api.Module
-
Sets the ID of the module
- setIssues(Issues) - Method in class org.jfrog.build.api.Build
-
- setIssues(IssuesCollectionConfig.Issues) - Method in class org.jfrog.build.api.IssuesCollectionConfig
-
- setKey(String) - Method in class org.jfrog.build.api.Issue
-
- setKey(String) - Method in class org.jfrog.build.api.MatrixParameter
-
- setKey(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.Property
-
- setKeyGroupIndex(int) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setLastModified(String) - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- setMd5(String) - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- setMd5(String) - Method in interface org.jfrog.build.api.BuildFileBean
-
Sets the MD5 checksum of the file
- setMd5(String) - Method in class org.jfrog.build.api.Module
-
Sets the md5 of the module
- setMessage(String) - Method in class org.jfrog.build.api.Vcs
-
- setMinimumBuildDate(Date) - Method in class org.jfrog.build.api.BuildRetention
-
- setModules(List<Module>) - Method in class org.jfrog.build.api.Build
-
Sets the modules of the build
- SetMultimap<Key,Value> - Class in org.jfrog.build.api.multiMap
-
A multimap that uses a HashSet to store the values.
- SetMultimap() - Constructor for class org.jfrog.build.api.multiMap.SetMultimap
-
- SetMultimap(Map<Key, Value>) - Constructor for class org.jfrog.build.api.multiMap.SetMultimap
-
Constructor that accepts a map.
- setName(String) - Method in class org.jfrog.build.api.Agent
-
Sets the name of the agent
- setName(String) - Method in class org.jfrog.build.api.Artifact
-
Sets the name of the artifact
- setName(String) - Method in class org.jfrog.build.api.Build
-
Sets the name of the build
- setName(String) - Method in class org.jfrog.build.api.BuildAgent
-
Sets the name of the agent
- setName(String) - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- setName(String) - Method in class org.jfrog.build.api.IssueTracker
-
- setName(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setNumber(String) - Method in class org.jfrog.build.api.Build
-
Sets the number of the build
- setNumber(String) - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- setOverrideExistingFiles(boolean) - Method in class org.jfrog.build.api.release.Distribution
-
- setParentBuildId(String) - Method in class org.jfrog.build.api.Build
-
- setParentName(String) - Method in class org.jfrog.build.api.Build
-
Sets the name of the parent build
- setParentNumber(String) - Method in class org.jfrog.build.api.Build
-
Sets the number of the parent build
- setPath(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setPattern(String) - Method in class org.jfrog.build.api.dependency.Pattern
-
- setPatternArtifacts(List<PatternArtifact>) - Method in class org.jfrog.build.api.dependency.PatternResult
-
- setPatternResults(List<PatternResult>) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- setPatterns(List<Pattern>) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- setPrincipal(String) - Method in class org.jfrog.build.api.Build
-
Sets the principal of the build
- setProject(String) - Method in class org.jfrog.build.api.Build
-
Sets the project of the build
- setProject(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- setProperties(Properties) - Method in class org.jfrog.build.api.BaseBuildBean
-
- setProperties(Properties) - Method in interface org.jfrog.build.api.BuildBean
-
Sets the properties of the bean
- setProperties(Map<String, Collection<String>>) - Method in class org.jfrog.build.api.release.Promotion
-
- setProperties(List<AqlSearchResult.Property>) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setPublish(boolean) - Method in class org.jfrog.build.api.release.Distribution
-
- setRclass(String) - Method in class org.jfrog.build.api.repository.RepositoryConfig
-
- setRegexp(String) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setRelativeDirPath(String) - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- setRemotePath(String) - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- setRepo(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- setRepository(String) - Method in class org.jfrog.build.api.Module
-
Sets the repository of the module
- setRepository(String) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setRepoUri(String) - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- setRequestedBy(String[][]) - Method in class org.jfrog.build.api.Dependency
-
Sets path-to-root dependency lists that directly depend on this dependency.
- setResults(List<PropertySearchResult.SearchEntry>) - Method in class org.jfrog.build.api.dependency.PropertySearchResult
-
- setResults(List<AqlSearchResult.SearchEntry>) - Method in class org.jfrog.build.api.search.AqlSearchResult
-
- setRevision(String) - Method in class org.jfrog.build.api.Vcs
-
- setRunParameters(List<MatrixParameter>) - Method in class org.jfrog.build.api.Build
-
- setScopes(Set<String>) - Method in class org.jfrog.build.api.Dependency
-
Sets the scope list of the dependency
- setScopes(Set<String>) - Method in class org.jfrog.build.api.release.Promotion
-
- setSha1(String) - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- setSha1(String) - Method in interface org.jfrog.build.api.BuildFileBean
-
Sets the SHA1 checksum of the file
- setSha1(String) - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- setSha1(String) - Method in class org.jfrog.build.api.Module
-
Sets the sha1 of the module
- setSha256(String) - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- setSha256(String) - Method in interface org.jfrog.build.api.BuildFileBean
-
Sets the SHA256 checksum of the file
- setSize(long) - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- setSourcePattern(String) - Method in class org.jfrog.build.api.dependency.PatternResultFileSet
-
- setSourceRepo(String) - Method in class org.jfrog.build.api.release.Promotion
-
- setSourceRepos(List<String>) - Method in class org.jfrog.build.api.release.Distribution
-
- setStarted(String) - Method in class org.jfrog.build.api.Build
-
Sets the started time of the build
- setStarted(String) - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- setStarted(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- setStartedDate(Date) - Method in class org.jfrog.build.api.Build
-
Sets the build start time
- setStartedMillis(long) - Method in class org.jfrog.build.api.Build
-
Sets the started time of the build in a unit of milliseconds
- setStatus(String) - Method in class org.jfrog.build.api.release.Promotion
-
- setStatus(String) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setStatuses(List<PromotionStatus>) - Method in class org.jfrog.build.api.Build
-
- setSummary(String) - Method in class org.jfrog.build.api.Issue
-
- setSummaryGroupIndex(int) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setTargetDirPath(String) - Method in class org.jfrog.build.api.dependency.DownloadableArtifact
-
- setTargetRepo(String) - Method in class org.jfrog.build.api.release.Distribution
-
- setTargetRepo(String) - Method in class org.jfrog.build.api.release.Promotion
-
- setTimestamp(String) - Method in class org.jfrog.build.api.release.Promotion
-
- setTimestamp(String) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setTimestampDate(Date) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setTracker(IssueTracker) - Method in class org.jfrog.build.api.Issues
-
- setTrackerName(String) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setTrackerUrl(String) - Method in class org.jfrog.build.api.IssuesCollectionConfig.Issues
-
- setTransitive(boolean) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifactsRequest
-
- setType(String) - Method in class org.jfrog.build.api.BaseBuildFileBean
-
- setType(String) - Method in interface org.jfrog.build.api.BuildFileBean
-
Sets the type of the file
- setType(String) - Method in class org.jfrog.build.api.Module
-
Sets the type of the module
- setUri(String) - Method in class org.jfrog.build.api.dependency.PatternArtifact
-
- setUri(String) - Method in class org.jfrog.build.api.dependency.PropertySearchResult.SearchEntry
-
- setUrl(String) - Method in class org.jfrog.build.api.Build
-
Sets the URL of the build
- setUrl(String) - Method in class org.jfrog.build.api.dependency.BuildDependency
-
- setUrl(String) - Method in class org.jfrog.build.api.dependency.BuildPatternArtifacts
-
- setUrl(String) - Method in class org.jfrog.build.api.Issue
-
- setUrl(String) - Method in class org.jfrog.build.api.Vcs
-
- setUser(String) - Method in class org.jfrog.build.api.release.PromotionStatus
-
- setValue(String) - Method in class org.jfrog.build.api.MatrixParameter
-
- setValue(String) - Method in class org.jfrog.build.api.search.AqlSearchResult.Property
-
- setVcs(List<Vcs>) - Method in class org.jfrog.build.api.Build
-
- setVersion(String) - Method in class org.jfrog.build.api.Agent
-
Sets the version of the agent
- setVersion(String) - Method in class org.jfrog.build.api.Build
-
Sets the version of the build
- setVersion(String) - Method in class org.jfrog.build.api.BuildAgent
-
Sets the version of the agent
- setVersion(int) - Method in class org.jfrog.build.api.IssuesCollectionConfig
-
- setVersion(String) - Method in class org.jfrog.build.api.IssueTracker
-
- setVersion(String) - Method in class org.jfrog.build.api.util.DeployableFile
-
- setVirtualRepos(String[]) - Method in class org.jfrog.build.api.search.AqlSearchResult.SearchEntry
-
- sha1 - Variable in class org.jfrog.build.api.BaseBuildFileBean
-
- sha1(String) - Method in class org.jfrog.build.api.builder.ArtifactBuilder
-
Sets the SHA1 checksum of the artifact
- sha1(String) - Method in class org.jfrog.build.api.builder.dependency.PatternArtifactBuilder
-
- sha1(String) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Sets the SHA1 checksum of the dependency
- sha1(String) - Method in class org.jfrog.build.api.builder.ModuleBuilder
-
Sets sha1 of the module
- SHA1_ALGORITHM - Static variable in class org.jfrog.build.api.util.FileChecksumCalculator
-
- sha256 - Variable in class org.jfrog.build.api.BaseBuildFileBean
-
- sha256(String) - Method in class org.jfrog.build.api.builder.ArtifactBuilder
-
Sets the SHA256 checksum of the artifact
- sha256(String) - Method in class org.jfrog.build.api.builder.DependencyBuilder
-
Sets the SHA256 checksum of the dependency
- SHA256_ALGORITHM - Static variable in class org.jfrog.build.api.util.FileChecksumCalculator
-
- size(long) - Method in class org.jfrog.build.api.builder.dependency.PatternArtifactBuilder
-
- size() - Method in class org.jfrog.build.api.multiMap.Multimap
-
Get the number of key-value pairs in the multimap.
- sourceRepo(String) - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- sourceRepos(List<String>) - Method in class org.jfrog.build.api.builder.DistributionBuilder
-
- STAGED - Static variable in class org.jfrog.build.api.release.Promotion
-
- started - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- started(String) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the started time of the build
- started(String) - Method in class org.jfrog.build.api.builder.dependency.BuildDependencyBuilder
-
Sets the started of the build dependency
- started(String) - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsBuilder
-
- STARTED_FORMAT - Static variable in class org.jfrog.build.api.Build
-
- startedDate(Date) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the started time of the build
- startedDate(Date) - Method in class org.jfrog.build.api.builder.dependency.BuildDependencyBuilder
-
Sets the started of the build dependency from Date
- startedDate(Date) - Method in class org.jfrog.build.api.builder.dependency.BuildPatternArtifactsBuilder
-
- startedMillis - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- startedMillis(long) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
Sets the started time in millis of the build
- status(String) - Method in class org.jfrog.build.api.builder.PromotionBuilder
-
- statuses - Variable in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- statuses(List<PromotionStatus>) - Method in class org.jfrog.build.api.builder.BuildInfoBuilder
-
- subject - Variable in class org.jfrog.build.api.release.BintrayUploadInfoOverride
-