JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Fields
Deprecated Methods
Deprecated Fields
Field and Description
org.jfrog.build.extractor.clientConfiguration.ClientProperties.PROP_CONTEXT_URL
See org.jfrog.build.extractor.build.ArtifactoryClientConfiguration#getContextUrl(). Should not be used as a top level property.
Deprecated Methods
Method and Description
org.jfrog.build.extractor.clientConfiguration.util.PublishedItemsHelper.buildPublishingData(File, String, String)
org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.getContextUrl()
Use only as a fallback when explicit publisher/resolver context url is missing
org.jfrog.build.extractor.clientConfiguration.util.spec.FileSpec.getExcludePattern(int)
org.jfrog.build.extractor.clientConfiguration.util.spec.FileSpec.getExcludePatterns()
Use
FileSpec.getExclusions()
instead.
org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler.setBackwardCompatibleDeployableArtifactsFilePath(String)
org.jfrog.build.extractor.clientConfiguration.util.spec.FileSpec.setExcludePattern(String, int)
org.jfrog.build.extractor.clientConfiguration.util.spec.FileSpec.setExcludePatterns(String[])
Use
FileSpec.setExclusions(String[] exclusions)
instead.
org.jfrog.build.extractor.clientConfiguration.util.PublishedItemsHelper.wildCardBuildPublishingData(File, String, String, boolean, boolean, boolean)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes