- AccessManager - Class in org.jfrog.build.extractor.clientConfiguration.client.access
-
- AccessManager(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.access.AccessManager
-
- accessToken - Variable in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- ACTIVATE_RECORDER - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- ADD_DEPLOYABLE_ARTIFACTS - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- addArtifact(Artifact) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Adds the given artifact to the artifacts list
- addBuildDependency(BuildDependency) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Adds one #BuildDependency to build dependencies list
- addBuildNotToBeDiscarded(String) - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- addBuildVariables(Map<String, String>, IncludeExcludePatterns) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- addDefaultPublisherAttributes(ArtifactoryClientConfiguration, String, String, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
Add the the default publisher attributes to ArtifactoryClientConfiguration.
- addDependency(Dependency) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Adds the given dependency to the dependencies list
- addElement(Issue, InfectedFile) - Method in class org.jfrog.build.extractor.buildScanTable.LicenseViolationsTable
-
- addElement(Issue, InfectedFile) - Method in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- addEnvironmentProperty(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- addExcludedArtifact(Artifact) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Adds the given artifact to the exclude artifacts list
- addExcludePatterns(String) - Method in class org.jfrog.build.extractor.clientConfiguration.IncludeExcludePatterns
-
Add exclude pattern
- addIncludePatterns(String) - Method in class org.jfrog.build.extractor.clientConfiguration.IncludeExcludePatterns
-
Add include pattern
- addIssue(Issue) - Method in class org.jfrog.build.extractor.ci.Issues
-
- addMatrixParam(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- addMatrixParams(Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- addMatrixParams(ArrayListMultimap<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- addModule(Module) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Adds the given module to the modules list
- addModule(Module) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Adds the given module to the modules list
- addProperties(Properties) - Method in class org.jfrog.build.extractor.builder.ArtifactBuilder
-
Adds properties to the properties object
- addProperties(Properties) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Adds properties to the properties object
- addProperties(Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- addProperties(Multimap<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- addProperty(Object, Object) - Method in class org.jfrog.build.extractor.builder.ArtifactBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Adds the given property to the properties object
- addProperty(Object, Object) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Adds the given property to the properties object
- addProperty(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- addRequestedBy(String[]) - Method in class org.jfrog.build.extractor.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.extractor.ci.Dependency
-
Adds an ID of another dependency requested by this one to the required dependencies list.
- addRunParameters(MatrixParameter) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the post build retention period
- addRunParameters(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- addScope(String) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Adds the given scope to the scopes set
- addStatus(PromotionStatus) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- addStatus(PromotionStatus) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
- addStatus(PromotionStatus) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- AFFECTED_ISSUES - Static variable in interface org.jfrog.build.extractor.ci.IssuesTrackerFields
-
- agent - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- agent(Agent) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the agent of the build
- agent(Agent) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the agent of the build
- Agent - Class in org.jfrog.build.extractor.ci
-
Information about the agent that triggered the build (e.g.
- Agent() - Constructor for class org.jfrog.build.extractor.ci.Agent
-
Default constructor
- Agent(String) - Constructor for class org.jfrog.build.extractor.ci.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.extractor.ci.Agent
-
Main constructor
- AGENT_NAME - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- AGENT_VERSION - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- AGGREGATE_BUILD_ISSUES - Static variable in interface org.jfrog.build.extractor.ci.IssuesTrackerFields
-
- AGGREGATION_BUILD_STATUS - Static variable in interface org.jfrog.build.extractor.ci.IssuesTrackerFields
-
- AntPatternsDependenciesHelper - Class in org.jfrog.build.extractor.clientConfiguration.util
-
Helper class for parsing custom resolved dependencies
- AntPatternsDependenciesHelper(DependenciesDownloader, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.AntPatternsDependenciesHelper
-
- apiProtocol() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DotnetHandler
-
- append(BuildInfo) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- append(Issues) - Method in class org.jfrog.build.extractor.ci.Issues
-
If one of the objects did not collect issues (empty tracker or affected issues) - keep the other.
- append(Module) - Method in class org.jfrog.build.extractor.ci.Module
-
Append other module to this module
- appendParamsToUrl(Map<String, String>, StringBuilder) - Static method in class org.jfrog.build.extractor.UrlUtils
-
- APPLICATION_VND_ORG_JFROG_ARTIFACTORY_JSON - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SendModuleInfo
-
- AqlHelper - Class in org.jfrog.build.extractor.clientConfiguration.util
-
- Artifact - Class in org.jfrog.build.extractor.ci
-
Contains the build deployed artifact information
- Artifact() - Constructor for class org.jfrog.build.extractor.ci.Artifact
-
- ARTIFACT - Static variable in interface org.jfrog.build.extractor.ci.BuildBean
-
- Artifact - Class in org.jfrog.build.extractor.scan
-
- Artifact() - Constructor for class org.jfrog.build.extractor.scan.Artifact
-
- Artifact(GeneralInfo, Set<Issue>, Set<License>) - Constructor for class org.jfrog.build.extractor.scan.Artifact
-
- ARTIFACT_SPECS - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- ArtifactBuilder - Class in org.jfrog.build.extractor.builder
-
A builder for the artifact class
- ArtifactBuilder(String) - Constructor for class org.jfrog.build.extractor.builder.ArtifactBuilder
-
- ArtifactMetaData() - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- artifactNotation(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec.Builder
-
- ARTIFACTORY_PLUGIN_VERSION - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- ARTIFACTORY_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- ARTIFACTORY_RESOLUTION_ENABLED - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
Maven property which indicates whether to resolve dependencies from Artifactory.
- ArtifactoryClientConfiguration - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- ArtifactoryClientConfiguration.AuthenticationConfiguration - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.BuildInfoHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.DockerHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.DotnetHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.GoHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.IssuesTrackerHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.NpmHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.PackageManagerHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.PipHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.ProxyHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.PublisherHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.RepositoryConfiguration - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryClientConfiguration.ResolverHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactoryManager - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory
-
- ArtifactoryManager(String, String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- ArtifactoryManager(String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- ArtifactoryManager(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- ArtifactoryManager(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- artifactoryManager - Variable in class org.jfrog.build.extractor.clientConfiguration.util.AqlHelper
-
- ArtifactoryManagerBuilder - Class in org.jfrog.build.extractor.clientConfiguration
-
Created by Bar Belity on 10/10/2018.
- ArtifactoryManagerBuilder() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryManagerBuilder
-
- artifactoryPluginVersion - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- artifactoryPluginVersion(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- artifactoryPluginVersion(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the Artifactory plugin version of the build
- artifactoryPrincipal - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- artifactoryPrincipal(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the Artifactory principal of the build
- artifactoryPrincipal(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the Artifactory principal of the build
- artifactPath(String) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- artifacts(List<Artifact>) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Sets the list of artifacts that have been deployed by the module
- ARTIFACTS - Static variable in interface org.jfrog.build.extractor.ci.BuildBean
-
- ArtifactSpec - Class in org.jfrog.build.extractor.clientConfiguration
-
Container for artifact with module information + custom properties
- ArtifactSpec.Builder - Class in org.jfrog.build.extractor.clientConfiguration
-
- ArtifactSpecs - Class in org.jfrog.build.extractor.clientConfiguration
-
A map of artifact specs per configuration
- ArtifactSpecs() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactSpecs
-
- ArtifactSpecs(String) - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactSpecs
-
Build a new ArtifactSpecs from a newline separated string
- AuthenticationConfiguration(String) - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
-
- available() - Method in class org.jfrog.build.extractor.EolDetectingInputStream
-
- BACKWARD_COMPATIBLE_DEPLOYABLE_ARTIFACTS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
Deprecated.
- BaseBuildBean - Class in org.jfrog.build.extractor.ci
-
The main implementation of all the BuildInfo-API beans
- BaseBuildBean() - Constructor for class org.jfrog.build.extractor.ci.BaseBuildBean
-
- BaseBuildFileBean - Class in org.jfrog.build.extractor.ci
-
Base implementation of the build file bean interface
- BaseBuildFileBean() - Constructor for class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- bean(BuildFileBean) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- build() - Method in class org.jfrog.build.extractor.builder.ArtifactBuilder
-
Assembles the artifact class
- build() - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Assembles the build class
- build() - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Assembles the build class
- build() - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Assembles the dependency class
- build() - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Assembles the module class
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryManagerBuilder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec.Builder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateReleaseBundleRequest.Builder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.UpdateReleaseBundleRequest.Builder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules.Builder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.DistributionManagerBuilder
-
- build(ManagerBase) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- build() - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- BUILD_AGENT_NAME - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_AGENT_VERSION - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_BROWSE_PLATFORM_URL - Static variable in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- BUILD_BROWSE_URL - Static variable in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- BUILD_INFO_CONFIG_PREFIX - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
Prefix for all config/runtime properties
- BUILD_INFO_ENVIRONMENT_PREFIX - Static variable in interface org.jfrog.build.extractor.ci.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.extractor.ci.BuildInfoProperties
-
- BUILD_INFO_PREDICATE - Static variable in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- BUILD_INFO_PREFIX - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoProperties
-
A prefix for all properties that should affect the build info model
- BUILD_INFO_PROP_PREDICATE - Static variable in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- BUILD_INFO_PROP_PREFIX - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoProperties
-
Prefix for properties that are dynamically added to build info
- BUILD_NAME - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_NUMBER - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_NUMBERS_NOT_TO_DELETE - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_PARENT_NAME - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_PARENT_NUMBER - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_PROJECT - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_RETENTION_ASYNC - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_RETENTION_COUNT - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_RETENTION_DAYS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_RETENTION_MINIMUM_DATE - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_ROOT - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_STARTED - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_TIMESTAMP - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- BUILD_URL - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- buildAgent - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- buildAgent(BuildAgent) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the build agent of the build
- buildAgent(BuildAgent) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the build agent of the build
- BuildAgent - Class in org.jfrog.build.extractor.ci
-
Information about the agent that executed the build (e.g.
- BuildAgent() - Constructor for class org.jfrog.build.extractor.ci.BuildAgent
-
Default constructor
- BuildAgent(String) - Constructor for class org.jfrog.build.extractor.ci.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.extractor.ci.BuildAgent
-
Main constructor
- BuildBean - Interface in org.jfrog.build.extractor.ci
-
The main interface of all the Build-API beans
- BuildDependenciesHelper - Class in org.jfrog.build.extractor.clientConfiguration.util
-
Helper class for parsing build dependencies property.
- BuildDependenciesHelper(DependenciesDownloader, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.BuildDependenciesHelper
-
- buildDeployDetails(String, File, String, String, String, Multimap<String, String>) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
Create a DeployDetails from the given properties
- builder() - Static method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- Builder(String, String) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateReleaseBundleRequest.Builder
-
- Builder() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- Builder() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.UpdateReleaseBundleRequest.Builder
-
- Builder() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules.Builder
-
- Builder() - Constructor for class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- BuildFileBean - Interface in org.jfrog.build.extractor.ci
-
Main interface of the build file bean
- BuildInfo - Class in org.jfrog.build.extractor.ci
-
A temporary build-info for CI use (e.g.
- BuildInfo() - Constructor for class org.jfrog.build.extractor.ci.BuildInfo
-
- BuildInfoBuilder - Class in org.jfrog.build.extractor.builder
-
A builder for the build class
- BuildInfoBuilder(String) - Constructor for class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- BuildInfoConfigProperties - Interface in org.jfrog.build.extractor.ci
-
- BuildInfoExtractor<C> - Interface in org.jfrog.build.extractor
-
-DbuildInfo.property.name=value -DbuildInfo.deploy.property.name=value (becomes a matrix param in the current impl)
and - -DbuildInfo.propertiesFile=/path/to/file (contains the above properties without the buildInfo prefix)
- BuildInfoExtractorUtils - Class in org.jfrog.build.extractor
-
- BuildInfoExtractorUtils() - Constructor for class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- BuildInfoFields - Interface in org.jfrog.build.extractor.ci
-
- BuildInfoHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- BuildInfoMavenBuilder - Class in org.jfrog.build.extractor.builder
-
A temporary builder for the build class specifically for Maven extractor.
- BuildInfoMavenBuilder(String) - Constructor for class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
- BuildInfoProperties - Interface in org.jfrog.build.extractor.ci
-
- buildInfoToJsonString(BuildInfo) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- buildInfoToJsonString(T) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- buildMatrixParamsString(ArrayListMultimap<String, String>, boolean) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.DeploymentUrlUtils
-
- buildName - Variable in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- buildName - Variable in class org.jfrog.build.extractor.clientConfiguration.util.AqlHelper
-
- buildNumber - Variable in class org.jfrog.build.extractor.clientConfiguration.util.AqlHelper
-
- buildNumbers - Variable in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- buildPublishingData(File, String, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.PublishedItemsHelper
-
Deprecated.
- buildRetention - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- buildRetention(BuildRetention) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the post build retention period
- buildRetention(BuildRetention) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the post build retention period
- BuildRetention - Class in org.jfrog.build.extractor.ci
-
- BuildRetention() - Constructor for class org.jfrog.build.extractor.ci.BuildRetention
-
- BuildRetention(boolean) - Constructor for class org.jfrog.build.extractor.ci.BuildRetention
-
- buildRunParameters(List<MatrixParameter>) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the post build retention period
- BuildScanTableHelper - Class in org.jfrog.build.extractor.buildScanTable
-
Helper for printing build scan results as violations tables to log.
- BuildScanTableHelper() - Constructor for class org.jfrog.build.extractor.buildScanTable.BuildScanTableHelper
-
- BuildsNumberDetails() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse.BuildsNumberDetails
-
- buildsNumbers - Variable in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse
-
- debug(String) - Method in class org.jfrog.build.extractor.packageManager.PackageManagerLogger
-
- DEFAULT_DEPLOYMENT_THREADS - Static variable in class org.jfrog.build.extractor.ModuleParallelDeployHelper
-
- DEFAULT_IVY_PATTERN - Static variable in interface org.jfrog.build.extractor.clientConfiguration.LayoutPatterns
-
- DEFAULT_MIN_CHECKSUM_DEPLOY_SIZE_KB - Static variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- DEFAULT_NUGET_PROTOCOL - Static variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- DELETE_BUILD_ARTIFACTS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- DELETE_BUILDS_ENDPOINT - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteBuilds
-
- DELETE_PROPERTIES_ENDPOINT - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteProperties
-
- deleteAll - Variable in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- deleteArtifacts - Variable in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- deleteBuilds(String, String, boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- deleteBuilds(String, String, boolean, String...) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DeleteBuilds - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DeleteBuilds(String, String, boolean, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteBuilds
-
Delete All build numbers of a certain build.
- DeleteBuilds(String, String, String[], boolean, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteBuilds
-
Delete multiple build numbers of a certain build.
- DeleteBuildsRequest - Class in org.jfrog.build.extractor.clientConfiguration.client.request
-
- DeleteBuildsRequest() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- DeleteBuildsRequest(String, String, boolean) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- DeleteBuildsRequest(String, String[], String, boolean) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- deleteLocalReleaseBundle(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Delete a release bundle from local Artifactory
- DeleteLocalReleaseBundle - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- DeleteLocalReleaseBundle(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.DeleteLocalReleaseBundle
-
- deleteProject(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.access.AccessManager
-
- DeleteProject - Class in org.jfrog.build.extractor.clientConfiguration.client.access.services
-
- DeleteProject(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.access.services.DeleteProject
-
- deleteProperties(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DeleteProperties - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DeleteProperties(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteProperties
-
- deleteReleaseBundle(String, String, boolean, DeleteReleaseBundleRequest) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Delete a release bundle from edge node, and optionally from the local Artifactory.
- DeleteReleaseBundle - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- DeleteReleaseBundle(String, String, boolean, DeleteReleaseBundleRequest, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.DeleteReleaseBundle
-
- DeleteReleaseBundleRequest - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.request
-
Represents a request to delete a remote release bundle.
- DeleteReleaseBundleRequest() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.DeleteReleaseBundleRequest
-
- DeleteReleaseBundleRequest.OnSuccess - Enum in org.jfrog.build.extractor.clientConfiguration.client.distribution.request
-
- deleteRepository(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DeleteRepository - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DeleteRepository(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteRepository
-
- deleteRepositoryContent(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DeleteRepositoryContent - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DeleteRepositoryContent(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DeleteRepositoryContent
-
- DELIMITER - Static variable in class org.jfrog.build.extractor.clientConfiguration.util.AqlHelper
-
- dependencies(List<Dependency>) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Sets the dependencies of the module
- DEPENDENCIES - Static variable in interface org.jfrog.build.extractor.ci.BuildBean
-
- DependenciesDownloader - Interface in org.jfrog.build.extractor.clientConfiguration.util
-
Actual download performer, should hold an actual client and implement
it's own specific logic upon dependencies downloading
- DependenciesDownloaderHelper - Class in org.jfrog.build.extractor.clientConfiguration.util
-
Helper class for downloading dependencies
- DependenciesDownloaderHelper(DependenciesDownloader, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- DependenciesDownloaderHelper(ArtifactoryManager, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- DependenciesDownloaderHelper.ArtifactMetaData - Class in org.jfrog.build.extractor.clientConfiguration.util
-
- DependenciesDownloaderImpl - Class in org.jfrog.build.extractor.clientConfiguration.util
-
Created by diman on 12/03/2017.
- DependenciesDownloaderImpl(ArtifactoryManager, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderImpl
-
- DEPENDENCY - Static variable in interface org.jfrog.build.extractor.ci.BuildBean
-
- Dependency - Class in org.jfrog.build.extractor.ci
-
Contains the build info module dependency information
- Dependency() - Constructor for class org.jfrog.build.extractor.ci.Dependency
-
- DependencyBuilder - Class in org.jfrog.build.extractor.builder
-
A builder for the dependency class
- DependencyBuilder() - Constructor for class org.jfrog.build.extractor.builder.DependencyBuilder
-
- DependencyTree - Class in org.jfrog.build.extractor.scan
-
Dependency tree for Xray scan.
- DependencyTree() - Constructor for class org.jfrog.build.extractor.scan.DependencyTree
-
- DependencyTree(Object) - Constructor for class org.jfrog.build.extractor.scan.DependencyTree
-
- DEPLOYABLE_ARTIFACTS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- DeployableArtifactsUtils - Class in org.jfrog.build.extractor.clientConfiguration.deploy
-
Utilities for deployable artifacts.
- DeployableArtifactsUtils() - Constructor for class org.jfrog.build.extractor.clientConfiguration.deploy.DeployableArtifactsUtils
-
- deployArtifacts(ArtifactoryManager, Map<String, Set<DeployDetails>>, int) - Method in class org.jfrog.build.extractor.ModuleParallelDeployHelper
-
- DeployDetails - Class in org.jfrog.build.extractor.clientConfiguration.deploy
-
Simple value object holding an artifact deploy request details.
- DeployDetails() - Constructor for class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- DeployDetails.Builder - Class in org.jfrog.build.extractor.clientConfiguration.deploy
-
- DeployDetails.PackageType - Enum in org.jfrog.build.extractor.clientConfiguration.deploy
-
- DeploymentUrlUtils - Class in org.jfrog.build.extractor.clientConfiguration.util
-
- DeploymentUrlUtils() - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.DeploymentUrlUtils
-
- DEPRECATED_PROP_DEPLOY_PARAM_PROP_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- description(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- distributeBuild(String, String, Distribution) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DistributeBuild - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DistributeBuild(String, String, Distribution, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DistributeBuild
-
- distributeReleaseBundle(String, String, boolean, DistributeReleaseBundleRequest) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Distribute a release bundle.
- DistributeReleaseBundle - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- DistributeReleaseBundle(String, String, boolean, DistributeReleaseBundleRequest, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.DistributeReleaseBundle
-
- DistributeReleaseBundleRequest - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.request
-
Represents a request to distribute a release bundle.
- DistributeReleaseBundleRequest() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.DistributeReleaseBundleRequest
-
- DistributeReleaseBundleResponse - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.response
-
- DistributeReleaseBundleResponse() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributeReleaseBundleResponse
-
- DistributionManager - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution
-
- DistributionManager(String, String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
- DistributionManager(String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
- DistributionManager(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
- DistributionManager(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
- DistributionManagerBuilder - Class in org.jfrog.build.extractor.clientConfiguration
-
- DistributionManagerBuilder() - Constructor for class org.jfrog.build.extractor.clientConfiguration.DistributionManagerBuilder
-
- DistributionRules - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.types
-
- DistributionRules() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- DistributionRules.Builder - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.types
-
- DistributionSiteStatus() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- DistributionStatusResponse - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.response
-
- DistributionStatusResponse() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- DistributionStatusResponse.DistributionSiteStatus - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.response
-
- DistributionStatusResponse.TargetArtifactory - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.response
-
- DOCKER_HOST - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- DOCKER_IMAGE_TAG - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- dockerHandler - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- DockerHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- DOTNET_NUGET_PROTOCOL - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- DOTNET_USE_DOTNET_CORE_CLI - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- dotnetHandler - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- DotnetHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DotnetHandler
-
- DOWN_SNAPSHOT_REPO_KEY - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- download(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- download(String, Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- Download - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- Download(String, Map<String, String>, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.Download
-
- download(Set<DownloadableArtifact>) - Method in interface org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloader
-
- download(Set<DownloadableArtifact>) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderImpl
-
- downloadArtifactMetaData(String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- downloadArtifactsBySpec(String, ArtifactoryManager, String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecsHelper
-
Downloads Artifacts by spec and returns a list of the downloaded dependencies.
- DownloadBase<TResult> - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DownloadBase(String, boolean, Map<String, String>, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DownloadBase
-
- downloadDependencies(FileSpec) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
Download dependencies by the provided spec using the provided in the constructor client.
- downloadDependencies(Set<DownloadableArtifact>) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- downloadFile(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- downloadFileConcurrently(String, long, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- downloadHeaders(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- downloadHeaders(String, Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DownloadHeaders - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DownloadHeaders(String, Map<String, String>, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DownloadHeaders
-
- downloadToFile(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- downloadToFile(String, String, Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- DownloadToFile - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- DownloadToFile(String, String, Map<String, String>, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DownloadToFile
-
- dryRun(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- durationMillis - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- durationMillis(long) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the duration milliseconds of the build
- durationMillis(long) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the duration milliseconds of the build
- GeneralInfo - Class in org.jfrog.build.extractor.scan
-
- GeneralInfo() - Constructor for class org.jfrog.build.extractor.scan.GeneralInfo
-
- GeneralInfo(String, String, String) - Constructor for class org.jfrog.build.extractor.scan.GeneralInfo
-
- GENERATED_BUILD_INFO - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- getAddedProps() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- getAffectedIssues() - Method in class org.jfrog.build.extractor.ci.Issues
-
- getAffectedIssues() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- getAffectedIssuesSet() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- getAffectedIssuesSet(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.IssuesTrackerUtils
-
- getAgent() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the agent that triggered the build (e.g.
- getAgentName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getAgentVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getAggregateBuildIssues() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- getAggregationBuildStatus() - Method in class org.jfrog.build.extractor.ci.Issues
-
- getAggregationBuildStatus() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- getAggregationStatus() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- getAllBuildNumbers(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- GetAllBuildNumbers - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetAllBuildNumbers(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetAllBuildNumbers
-
- GetAllBuildNumbersResponse - Class in org.jfrog.build.extractor.clientConfiguration.client.response
-
- GetAllBuildNumbersResponse() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse
-
- GetAllBuildNumbersResponse.BuildsNumberDetails - Class in org.jfrog.build.extractor.clientConfiguration.client.response
-
- getAllProperties() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getAllRootConfig() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getAql() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- getArgs() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- getArtifactId(String, String) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- getArtifactId() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getArtifactoryManager() - Method in interface org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloader
-
- getArtifactoryManager() - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderImpl
-
- getArtifactoryPluginVersion() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the Artifactory plugin version of the build
- getArtifactoryPluginVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getArtifactoryPrincipal() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the Artifactory principal of the build
- getArtifactPath() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getArtifacts() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the list of artifacts that have been deployed by the module
- getArtifactSpecs() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getBooleanValue(String, Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getBranch() - Method in class org.jfrog.build.extractor.ci.Vcs
-
- getBuildAgent() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the agent that executed the build (e.g.
- getBuildAgentName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildAgentVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildDependencies() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the build dependencies of this build
- getBuildInfo(String, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- GetBuildInfo - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetBuildInfo(String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetBuildInfo
-
- getBuildInfo() - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetBuildInfoResponse
-
- GetBuildInfoResponse - Class in org.jfrog.build.extractor.clientConfiguration.client.response
-
- GetBuildInfoResponse() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.response.GetBuildInfoResponse
-
- getBuildName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- getBuildNumber() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildNumbers() - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- getBuildNumbersNotToBeDiscarded() - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- getBuildNumbersNotToDelete() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildRetention() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- getBuildRetentionCount() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildRetentionDays() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildRetentionMinimumDate() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildRoot() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildRoot() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getBuildRoot() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- getBuildsNumbers() - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse
-
- getBuildStarted() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildTimestamp() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getBuildUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getChildren() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getCityName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- getClassifier() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getComponent() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getComponent() - Method in class org.jfrog.build.extractor.scan.License
-
- getComponentId() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getComponentId() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getConfiguration() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getConnectionRetries() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getContent() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseNotes
-
- getContextUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getContextUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getContextUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getContextUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- getCount() - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- getCountryCodes() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- getCveId() - Method in class org.jfrog.build.extractor.scan.Cve
-
- getCves() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getCvssV1() - Method in class org.jfrog.build.extractor.scan.Cve
-
- getCvssV2() - Method in class org.jfrog.build.extractor.scan.Cve
-
- getDependencies() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the dependencies of the module
- getDeployableArtifactsFilePath() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getDeployedArtifacts() - Method in class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentProducer
-
Return the DeployDetails created during producer run
- getDeploymentUrl(String, Properties) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.DeploymentUrlUtils
-
Calculate the full Artifactory deployment URL which includes the matrix params appended to it.
- getDeploySucceeded() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getDeprecatedMatrixParamPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getDeprecatedMatrixParamPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getDeprecatedMatrixParamPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- getDeprecatedPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getDescription() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- getDescription() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- getDistributedBytes() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getDistributedFiles() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getDistributionRules() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.RemoteReleaseBundleRequest
-
- getDistributionRules() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getDistributionStatus(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Get status of a distributed release bundle
- getDistributionStatus(String, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Get status of a distributed release bundle
- GetDistributionStatus - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- GetDistributionStatus(String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.GetDistributionStatus
-
- getDownloadSnapshotRepoKey() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- getDownloadUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- getDurationMillis() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the duration milliseconds of the build
- getEmptyTableLine() - Method in class org.jfrog.build.extractor.buildScanTable.LicenseViolationsTable
-
- getEmptyTableLine() - Method in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- getEnvActivation() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PipHandler
-
- getEnvProperties(Properties, Log) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- getEnvVarsExcludePatterns() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getEnvVarsIncludePatterns() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getEol() - Method in class org.jfrog.build.extractor.EolDetectingInputStream
-
- getErr() - Method in class org.jfrog.build.extractor.executor.CommandResults
-
- getExcludedArtifacts() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the list of excluded_artifacts that haven't been deployed by the module
- getExcludePatterns() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getExcludePatterns() - Method in class org.jfrog.build.extractor.clientConfiguration.IncludeExcludePatterns
-
- getExitValue() - Method in class org.jfrog.build.extractor.executor.CommandResults
-
- getExportFile() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getFeatureId() - Method in class org.jfrog.build.extractor.usageReport.UsageReporter.FeatureId
-
- getFeatures() - Method in class org.jfrog.build.extractor.usageReport.UsageReporter
-
- getFile() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getFileErrors() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getFilesInProgress() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getFixedVersions() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getFriendlyId() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getFullName() - Method in class org.jfrog.build.extractor.scan.License
-
- getGeneralError() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getGeneralInfo() - Method in class org.jfrog.build.extractor.scan.Artifact
-
- getGeneralInfo() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getGeneratedBuildInfoFilePath() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getGitLog(File, Log, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.GitUtils
-
- getGitLog(File, Log, int) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.GitUtils
-
- getGitLog(File, Log, String, int) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.GitUtils
-
- getGoPublishedVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.GoHandler
-
- getGroup() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getGroupId() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getHeaders() - Method in class org.jfrog.build.extractor.buildScanTable.LicenseViolationsTable
-
- getHeaders() - Method in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- getHeaders() - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- getHeadline() - Method in class org.jfrog.build.extractor.buildScanTable.LicenseViolationsTable
-
- getHeadline() - Method in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- getHost() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- getHost() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ProxyHandler
-
- getId() - Method in class org.jfrog.build.extractor.ci.Dependency
-
Returns the ID of the dependency
- getId() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the ID of the module
- getId() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getIgnoreRuleUrl() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getImageTag() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- getIncludePatterns() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getIncludePatterns() - Method in class org.jfrog.build.extractor.clientConfiguration.IncludeExcludePatterns
-
- getInsecureTls() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getIntegerValue(String) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getIntegerValue(String, Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getIssueCount() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getIssueId() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getIssues() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- getIssues() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig
-
- getIssues() - Method in class org.jfrog.build.extractor.scan.Artifact
-
- getIssues() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getIssueTrackerName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- getIssueTrackerVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- getItemLastModified(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- GetItemLastModified - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetItemLastModified(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetItemLastModified
-
- getIvyArtifactPattern() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getIvyPattern() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getJibImageFile() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- getKanikoImageFile() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- getKey() - Method in class org.jfrog.build.extractor.ci.Issue
-
- getKey() - Method in class org.jfrog.build.extractor.ci.MatrixParameter
-
- getKey() - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetRepositoriesResponse
-
- getKeyGroupIndex() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- getLatestBuildNumber(String, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- getLicenses() - Method in class org.jfrog.build.extractor.scan.Artifact
-
- getLicenses() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getLocalPath() - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- getLocalPath(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
Remove repository's name from a given Spec's target
- getLocalRepositoriesKeys() - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- getLog() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getLog() - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getMapper() - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
Default ObjectMapper to parse or deserialize JSON content into a Java object.
- getMappings() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- getMatrixParam(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getMatrixParamPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getMatrixParamPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getMatrixParamPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- getMatrixParams() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getMaxConnectionPerRoute() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getMaxTotalConnection() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getMd5() - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- getMd5() - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Returns the MD5 checksum of the file
- getMd5() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the md5 of the module
- getMd5() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getMd5() - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- getMessage() - Method in class org.jfrog.build.extractor.ci.Vcs
-
- getMinChecksumDeploySizeKb() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getMinimumBuildDate() - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- getModule(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the module object by the given ID
- getModule() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- getModuleIdString(String, String, String) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- getModules() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the modules of the build
- getMoreInfoUrl() - Method in class org.jfrog.build.extractor.scan.License
-
- getName() - Method in class org.jfrog.build.extractor.ci.Agent
-
Returns the name of the agent
- getName() - Method in class org.jfrog.build.extractor.ci.Artifact
-
Returns the name of the artifact
- getName() - Method in class org.jfrog.build.extractor.ci.BuildAgent
-
Returns the name of the agent
- getName() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the name of the build
- getName() - Method in class org.jfrog.build.extractor.ci.IssueTracker
-
- getName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateReleaseBundleRequest
-
- getName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.TargetArtifactory
-
- getName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- getName() - Method in class org.jfrog.build.extractor.scan.License
-
- getName() - Method in class org.jfrog.build.extractor.scan.Scope
-
- getNodes() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getNpmAuth() - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- GetNpmAuth - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetNpmAuth(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetNpmAuth
-
- getNumber() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the number of the build
- getOnSuccess() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.DeleteReleaseBundleRequest
-
- getPackageType() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getParentBuildId() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- getParentBuildName() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getParentBuildNumber() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getParentName() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the name of the parent build
- getParentNumber() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the number of the parent build
- getPassword() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
-
- getPath() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- getPath() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getPkgType() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getPort() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ProxyHandler
-
- getPrefix() - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getPrincipal() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the principal of the build
- getPrincipal() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getProductId() - Method in class org.jfrog.build.extractor.usageReport.UsageReporter
-
- getProject() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the project of the build
- getProject() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getProject(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.access.AccessManager
-
- GetProject - Class in org.jfrog.build.extractor.clientConfiguration.client.access.services
-
- GetProject(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.access.services.GetProject
-
- getProject() - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- getProjectQueryParam(String, String) - Static method in class org.jfrog.build.extractor.UrlUtils
-
Get the project REST query parameter or an empty string, if project is blank.
- getProjectQueryParam(String) - Static method in class org.jfrog.build.extractor.UrlUtils
-
Get the project REST query parameter or an empty string, if project is blank.
- getProperties() - Method in class org.jfrog.build.extractor.ci.BaseBuildBean
-
- getProperties() - Method in interface org.jfrog.build.extractor.ci.BuildBean
-
Returns the properties of the bean
- getProperties() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getProperties(ArtifactSpec) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpecs
-
Iterate over all the specs and if matches add the properties
- getProperties() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getPropertiesFile() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getPropertiesMap(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecsHelper
-
Builds a map representing Spec's properties
- getProps() - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getProxyConfiguration() - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
- getPublications() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getPublishedItemsPatternPairs(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.PublishedItemsHelper
-
Splits a given property value to pairs of source and target strings
the source represents the Ant Pattern to search for
the target represents the target path to deploy the found artifacts
Multi values as acceptable by new lined or comma separated.
- getPublishForkCount() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getQueries() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleSpec
-
- getQueryName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- getReferences() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getRegexBaseDir(File, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
Returns base directory path with slash in the end.
- getRegexp() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- getRelativePath(File, File) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
Gets the relative path of a given file to the base
- getRelativeToWsPath(String, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
Gets the relative path of a given file to the workspace path.
- getReleaseBundleStatus(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Get release bundle status.
- GetReleaseBundleStatusResponse - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.response
-
- GetReleaseBundleStatusResponse() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- GetReleaseBundleStatusResponse.DistributionState - Enum in org.jfrog.build.extractor.clientConfiguration.client.distribution.response
-
- GetReleaseBundleVersion - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- GetReleaseBundleVersion(String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.GetReleaseBundleVersion
-
- getReleaseComment() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getReleaseNotes() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- getReleaseNotes() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- getReleaseRepoKey() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getRemotePath() - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- getRemoteRepositoriesKeys() - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- getRepoKey() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- GetRepositoriesKeys - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetRepositoriesKeys(RepositoryType, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetRepositoriesKeys
-
- GetRepositoriesResponse - Class in org.jfrog.build.extractor.clientConfiguration.client.response
-
- GetRepositoriesResponse() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.response.GetRepositoriesResponse
-
- getRepository() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the repository of the module
- getRequestedBy() - Method in class org.jfrog.build.extractor.ci.Dependency
-
Returns path-to-root dependency lists that directly depend on this dependency.
- getRes() - Method in class org.jfrog.build.extractor.executor.CommandResults
-
- getResult() - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- getRevision() - Method in class org.jfrog.build.extractor.ci.Vcs
-
- getRevisionNotExistPattern() - Static method in class org.jfrog.build.extractor.issuesCollection.IssuesCollector
-
- getRunParameters() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- getRunParameters() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getScopes() - Method in class org.jfrog.build.extractor.ci.Dependency
-
Returns the scope list of the dependency
- getScopes() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getServiceId() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.TargetArtifactory
-
- getSeverity() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getSeverityName() - Method in enum org.jfrog.build.extractor.scan.Severity
-
- getSha1() - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- getSha1() - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Returns the SHA1 checksum of the file
- getSha1() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the sha1 of the module
- getSha1() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getSha1() - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- getSha1() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getSha256() - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- getSha256() - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Returns the SHA256 checksum of the file
- getSha256() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getSha256() - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- getSiteName() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- getSites() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributeReleaseBundleResponse
-
- getSites() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getSize() - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- getSnapshotRepoKey() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- getSocketTimeout() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getSpec() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- getSpec() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- getStagingStrategy(String, String, Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- GetStagingStrategy - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetStagingStrategy(String, String, Map<String, String>, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetStagingStrategy
-
- getStarted() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the started time of the build
- getStarted() - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse.BuildsNumberDetails
-
- getStartedMillis() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the started time of the build in a unit of milliseconds
- getState() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- getStatus() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getStatus() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getStatusCode() - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- getStatuses() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- getStoringRepository() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- getStoringRepository() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.SignReleaseBundleRequest
-
- getStringValue(String) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getStringValue(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- getSummary() - Method in class org.jfrog.build.extractor.ci.Issue
-
- getSummary() - Method in class org.jfrog.build.extractor.scan.Issue
-
- getSummaryGroupIndex() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- getSyntax() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseNotes
-
- getTableFormat() - Method in class org.jfrog.build.extractor.buildScanTable.LicenseViolationsTable
-
- getTableFormat() - Method in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- getTargetArtifactory() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getTargetDir(String, String) - Method in interface org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloader
-
Returns the full target dir of where the artifact is saved
Usually that can be a full absolute path under the file system or the full relative
path to the user workspace.
- getTargetDir(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderImpl
-
- getTargetRepository() - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- getTimeout() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- getTopIssue() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getTotalBytes() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getTotalFiles() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- getTracker() - Method in class org.jfrog.build.extractor.ci.Issues
-
- getTrackerId() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributeReleaseBundleResponse
-
- getTrackerName() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- getTrackerUrl() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- getType() - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- getType() - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Returns the type of the file
- getType() - Method in class org.jfrog.build.extractor.ci.Module
-
Returns the type of the module
- getType() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getType() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getType() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.TargetArtifactory
-
- getTypeString(String, String, String) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- getUploadPath(File, Pattern, String, boolean, boolean, File, boolean) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
- getUploadPathsMap(List<File>, File, String, boolean, Pattern, boolean) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
- getUri() - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse.BuildsNumberDetails
-
- getUri() - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse
-
- getUrl() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the URL of the build
- getUrl() - Method in class org.jfrog.build.extractor.ci.Issue
-
- getUrl() - Method in class org.jfrog.build.extractor.ci.Vcs
-
- getUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
- getUrlWithMatrixParams() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- getUsername() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
-
- getUserPluginInfo() - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- GetUserPluginInfo - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- GetUserPluginInfo(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetUserPluginInfo
-
- getValue() - Method in class org.jfrog.build.extractor.ci.MatrixParameter
-
- getVcs() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- getVcsBranch() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getVcsMessage() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getVcsRevision() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getVcsUrl() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- getVersion() - Method in class org.jfrog.build.extractor.ci.Agent
-
Returns the version of the agent
- getVersion() - Method in class org.jfrog.build.extractor.ci.BuildAgent
-
Returns the version of the agent
- getVersion() - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Returns the version of the build
- getVersion() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig
-
- getVersion() - Method in class org.jfrog.build.extractor.ci.IssueTracker
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.access.AccessManager
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Get version of JFrog distribution.
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateReleaseBundleRequest
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- getVersion() - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
- getVersion() - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- getViolatedLicenses() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- getVirtualRepositoriesKeys() - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- getWildcardBaseDir(File, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
Returns base directory path with slash in the end.
- GitUtils - Class in org.jfrog.build.extractor.clientConfiguration.util
-
- GitUtils() - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.GitUtils
-
- GO_PUBLISHED_VERSION - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- goHandler - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- GoHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.GoHandler
-
- group(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec.Builder
-
- PACKAGE_MANAGER_ARGS - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PACKAGE_MANAGER_MODULE - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PACKAGE_MANAGER_PATH - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PackageManagerExtractor - Class in org.jfrog.build.extractor.packageManager
-
Created by Bar Belity on 12/07/2020.
- PackageManagerExtractor() - Constructor for class org.jfrog.build.extractor.packageManager.PackageManagerExtractor
-
- packageManagerHandler - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- PackageManagerHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- PackageManagerLogger - Class in org.jfrog.build.extractor.packageManager
-
Log package-manager execution outputs.
- PackageManagerLogger() - Constructor for class org.jfrog.build.extractor.packageManager.PackageManagerLogger
-
- PackageManagerUtils - Class in org.jfrog.build.extractor.packageManager
-
Created by Bar Belity on 12/07/2020.
- PackageManagerUtils() - Constructor for class org.jfrog.build.extractor.packageManager.PackageManagerUtils
-
- packageType(DeployDetails.PackageType) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- parentName - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- parentName(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the parent build name of the build
- parentName(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the parent build name of the build
- parentNumber - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- parentNumber(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the parent build number of the build
- parentNumber(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the parent build number of the build
- parsePatternsFromProperty(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.PublishedItemsHelper
-
Splits the given property value by new lines or by commas.
- PASSWORD - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- password - Variable in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- path(String) - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- pathConflicts(String, IncludeExcludePatterns) - Static method in class org.jfrog.build.extractor.clientConfiguration.PatternMatcher
-
Indicates whether the given path conflicts with the given patterns.
A path will conflict if: The
include patterns list is not empty, and the path does not match any contained pattern.
- PathsUtils - Class in org.jfrog.build.extractor.clientConfiguration.util
-
Created by Tamirh on 04/05/2016.
- PathsUtils() - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.PathsUtils
-
- pathToRegExp(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.PathsUtils
-
- PatternFactory - Class in org.jfrog.build.extractor.clientConfiguration.util
-
- PatternFactory() - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.PatternFactory
-
- PatternMatcher - Class in org.jfrog.build.extractor.clientConfiguration
-
Ant-style path pattern matcher
- persistToPropertiesFile() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- PIP_ENV_ACTIVATION - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- pipHandler - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- PipHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PipHandler
-
- pkgType(String) - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- PORT - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PrefixPropertyHandler - Class in org.jfrog.build.extractor.clientConfiguration
-
- PrefixPropertyHandler(Log, Map<String, String>) - Constructor for class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- PrefixPropertyHandler(PrefixPropertyHandler, String) - Constructor for class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- prepareExcludePattern(String[], boolean, boolean) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
- prepareRegexPattern(File, String, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
The user can provide pattern that will contain static path (without wildcards) that will become part of the base directory.
- prepareWildcardPattern(File, String, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.spec.UploadSpecHelper
-
The user can provide pattern that will contain static path (without wildcards) that will become part of the base directory.
- principal - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- principal(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the principal of the build
- principal(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the principal of the build
- PRINCIPAL - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- printTable(ArtifactoryXrayResponse, Log) - Method in class org.jfrog.build.extractor.buildScanTable.BuildScanTableHelper
-
- printTable() - Method in class org.jfrog.build.extractor.buildScanTable.LicenseViolationsTable
-
- printTable() - Method in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- processTreeIssues() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
1.
- processTreeViolatedLicenses() - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
1.
- ProducerConsumerExecutor - Class in org.jfrog.build.extractor.producerConsumer
-
Producer-Consumer class for multi-threaded operation.
- ProducerConsumerExecutor(Log, ProducerRunnableBase[], ConsumerRunnableBase[], int) - Constructor for class org.jfrog.build.extractor.producerConsumer.ProducerConsumerExecutor
-
- ProducerConsumerRunnableInt - Interface in org.jfrog.build.extractor.producerConsumer
-
Interface to use with the ProducerConsumerExecutor class.
- producerFinished() - Method in class org.jfrog.build.extractor.producerConsumer.ProducerConsumerExecutor
-
This method will run when a producer completes its operation
- producerRun() - Method in class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentProducer
-
- producerRun() - Method in class org.jfrog.build.extractor.producerConsumer.ProducerRunnableBase
-
- ProducerRunnableBase - Class in org.jfrog.build.extractor.producerConsumer
-
Base class for Producers used in the ProducerConsumerExecutor.
- ProducerRunnableBase() - Constructor for class org.jfrog.build.extractor.producerConsumer.ProducerRunnableBase
-
- project - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- project(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the project of the build
- project(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the project of the build
- project - Variable in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- PROJECTS_ENDPOINT - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.access.services.Utils
-
- PROMOTION_USER_PLUGIN_ENDPOINT - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.PromotionUserPlugin
-
- promotionUserPlugin(String, String, String, Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- PromotionUserPlugin - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- PromotionUserPlugin(String, String, String, Map<String, String>, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.PromotionUserPlugin
-
- PROP_ARTIFACTORY_RESOLUTION_ENABLED - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- PROP_CONNECTION_RETRIES - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_CONTEXT_URL - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_DEPLOY_PARAM_PROP_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
Prefix for properties that are dynamically added to deployment (as matrix params)
- PROP_DOCKER_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_DOTNET_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_ENV_VARS_EXCLUDE_PATTERNS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- PROP_ENV_VARS_INCLUDE_PATTERNS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- PROP_EXPORT_FILE_PATH - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- PROP_GO_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_INSECURE_TLS - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
Property for whether to use relaxed ssl check and ignore issues with server certificate
- PROP_KANIKO_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_MAX_CO_PER_ROUTE - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_MAX_TOTAL_CO - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_NPM_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_PACKAGE_MANAGER_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_PIP_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_PROPS_FILE - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- PROP_PROXY_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_PUBLISH_EVEN_UNSTABLE - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
Property for whether to publish the artifacts even if the build is unstable
- PROP_PUBLISH_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
The repo key in Artifactory to where to publish release artifacts.
- PROP_RESOLVE_PREFIX - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
The repo key in Artifactory from where to resolve artifacts.
- PROP_SO_TIMEOUT - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- PROP_TIMEOUT - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientProperties
-
- properties(Properties) - Method in class org.jfrog.build.extractor.builder.ArtifactBuilder
-
Sets the properties of the artifact
- properties - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- properties(Properties) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the properties of the build
- properties(Properties) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the properties of the build
- properties(Properties) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Sets the properties of the dependency
- properties(Properties) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Sets the properties of the module
- properties(Map<String, String>) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec.Builder
-
- properties(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec.Builder
-
Accepts a string in the format key1:val1, key2:val2, ...
- PROPERTIES_FILE - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoConfigProperties
-
- PropertiesTransformer - Class in org.jfrog.build.extractor.release
-
Rewrites the given properties in the input properties file.
- PropertiesTransformer(File, Map<String, String>) - Constructor for class org.jfrog.build.extractor.release.PropertiesTransformer
-
- props - Variable in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- proxy - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- proxyConfiguration - Variable in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- ProxyHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ProxyHandler
-
- PUBLICATIONS - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PUBLISH_ARTIFACTS - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PUBLISH_BUILD_INFO - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- PUBLISH_FORK_COUNT - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- publishBuildInfo(BuildInfo, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- PublishBuildInfo - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- PublishBuildInfo(BuildInfo, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.PublishBuildInfo
-
- PublishedItemsHelper - Class in org.jfrog.build.extractor.clientConfiguration.util
-
Helper class for calculating published artifacts of a generic deployment.
- PublishedItemsHelper() - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.PublishedItemsHelper
-
- publisher - Variable in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- PublisherHandler() - Constructor for class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- put(ProducerConsumerItem) - Method in class org.jfrog.build.extractor.producerConsumer.ProducerConsumerExecutor
-
- saveBuildInfoToFile(BuildInfo, File) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- saveDeployableArtifactsToFile(Map<String, Set<DeployDetails>>, File, boolean) - Static method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployableArtifactsUtils
-
- saveDownloadedFile(InputStream, String) - Method in interface org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloader
-
Parse the given input stream, save it to an actual file to the given path and return
the calculated checksums for the saved file.
- saveDownloadedFile(InputStream, String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderImpl
-
- saveInputStreamToFile(InputStream, String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper
-
- saveModuleToFile(Module, File) - Static method in class org.jfrog.build.extractor.ModuleExtractorUtils
-
Given a Module object, serialize it to a json string and write it to the provided file.
- scanBuild(String, String, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- ScanBuild - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- ScanBuild(String, String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.ScanBuild
-
- Scope - Class in org.jfrog.build.extractor.scan
-
- Scope() - Constructor for class org.jfrog.build.extractor.scan.Scope
-
- Scope(String) - Constructor for class org.jfrog.build.extractor.scan.Scope
-
- SCOPE_BUILD - Static variable in class org.jfrog.build.extractor.ci.Dependency
-
- scopes(Set<String>) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Sets the scope list of the dependency
- searchArtifactsByAql(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- SearchArtifactsByAql - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- SearchArtifactsByAql(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SearchArtifactsByAql
-
- searchArtifactsByPattern(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- SearchArtifactsByPattern - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- SearchArtifactsByPattern(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SearchArtifactsByPattern
-
- searchArtifactsByProperties(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- SearchArtifactsByProperties - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- SearchArtifactsByProperties(String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SearchArtifactsByProperties
-
- SECURITY_VIOLATIONS_TABLE_HEADLINE - Static variable in class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- SecurityViolationsTable - Class in org.jfrog.build.extractor.buildScanTable
-
- SecurityViolationsTable(Log) - Constructor for class org.jfrog.build.extractor.buildScanTable.SecurityViolationsTable
-
- self() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryManagerBuilder
-
- self() - Method in class org.jfrog.build.extractor.clientConfiguration.DistributionManagerBuilder
-
- self() - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- sendBuildAndBuildRetention(ArtifactoryManager, BuildInfo, ArtifactoryClientConfiguration, String) - Static method in class org.jfrog.build.extractor.retention.Utils
-
- sendBuildAndBuildRetention(ArtifactoryManager, BuildInfo, ArtifactoryClientConfiguration) - Static method in class org.jfrog.build.extractor.retention.Utils
-
- sendBuildAndBuildRetention(ArtifactoryManager, BuildInfo, BuildRetention, boolean, String) - Static method in class org.jfrog.build.extractor.retention.Utils
-
- sendBuildAndBuildRetention(ArtifactoryManager, BuildInfo, BuildRetention, boolean) - Static method in class org.jfrog.build.extractor.retention.Utils
-
- sendBuildRetention(BuildRetention, String, String, boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- SendBuildRetention - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- SendBuildRetention(BuildRetention, String, String, boolean, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SendBuildRetention
-
- sendModuleInfo(BuildInfo) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- SendModuleInfo - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- SendModuleInfo(BuildInfo, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SendModuleInfo
-
- serverUrl - Variable in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- SET_PROPERTIES_ENDPOINT - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SetProperties
-
- setAcceptRange(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- setAccessToken(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setActivateRecorder(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setAddedProps(List<Property>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- setAffectedIssues(Set<Issue>) - Method in class org.jfrog.build.extractor.ci.Issues
-
- setAffectedIssues(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- setAgent(Agent) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the agent that triggered the build
- setAgentName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setAgentVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setAggregate(boolean) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setAggregateBuildIssues(boolean) - Method in class org.jfrog.build.extractor.ci.Issues
-
- setAggregateBuildIssues(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- setAggregated(boolean) - Method in class org.jfrog.build.extractor.ci.Issue
-
- setAggregationBuildStatus(String) - Method in class org.jfrog.build.extractor.ci.Issues
-
- setAggregationBuildStatus(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- setAggregationStatus(String) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setApiProtocol(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DotnetHandler
-
- setAql(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- setArgs(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- setArtifactoryPluginVersion(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the Artifactory plugin version of the build
- setArtifactoryPluginVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setArtifactoryPrincipal(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the Artifactory principal of the build
- setArtifactPath(String) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- setArtifacts(List<Artifact>) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the list of artifacts that have been deployed by the module
- setArtifactSpecs(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setAsyncBuildRetention(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBackwardCompatibleDeployableArtifactsFilePath(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
Deprecated.
- setBooleanValue(String, Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- setBranch(String) - Method in class org.jfrog.build.extractor.ci.Vcs
-
- setBuildAgent(BuildAgent) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the agent that executed the build
- setBuildAgentName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildAgentVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildDependencies(List<BuildDependency>) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets build dependencies for this build
- setBuildInfo(Build) - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetBuildInfoResponse
-
- setBuildName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- setBuildNumber(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildNumbers(String[]) - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- setBuildNumbersNotToBeDiscarded(List<String>) - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- setBuildNumbersNotToDelete(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildRetention(BuildRetention) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- setBuildRetentionCount(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildRetentionDays(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildRetentionMaxDays(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildRetentionMinimumDate(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildRoot(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildRoot(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setBuildRoot(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- setBuildsNumbers(List<GetAllBuildNumbersResponse.BuildsNumberDetails>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse
-
- setBuildStarted(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildStarted(long) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildTimestamp(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setBuildUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setCiCommand(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.NpmHandler
-
- setCityName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- setClientConfiguration(ArtifactoryClientConfiguration, ArtifactoryClientConfiguration.RepositoryConfiguration) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
Set a complete client configuration from ArtifactoryClientConfiguration.
- setComponent(String) - Method in class org.jfrog.build.extractor.scan.Issue
-
- setComponent(String) - Method in class org.jfrog.build.extractor.scan.License
-
- setConnectionRetries(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setConnectionRetries(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
Connection Retries to perform
- setConnectionRetry(int) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setConnectionTimeout(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
Network timeout in seconds to use both for connection establishment and for unanswered requests.
- setConnectionTimeout(int) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setContent(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseNotes
-
- setContextUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setContextUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- setCount(int) - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- setCountryCodes(List<String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- setCveId(String) - Method in class org.jfrog.build.extractor.scan.Cve
-
- setCvssV1(String) - Method in class org.jfrog.build.extractor.scan.Cve
-
- setCvssV2(String) - Method in class org.jfrog.build.extractor.scan.Cve
-
- setDeleteAll(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- setDeleteArtifacts(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- setDeleteBuildArtifacts(boolean) - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- setDeleteBuildArtifacts(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setDependencies(List<Dependency>) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the dependencies of the module
- setDeployableArtifactsFilePath(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setDeploySucceeded(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- setDescription(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- setDescription(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- setDistributedBytes(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setDistributedFiles(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setDistributionRules(List<DistributionRules>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.RemoteReleaseBundleRequest
-
- setDistributionRules(List<DistributionRules>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setDownloadSnapshotRepoKey(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- setDryRun(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- setDryRun(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.RemoteReleaseBundleRequest
-
- setDurationMillis(long) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the duration milliseconds of the build
- setEnvActivation(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PipHandler
-
- setEnvVarsExcludePatterns(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setEnvVarsIncludePatterns(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setErr(String) - Method in class org.jfrog.build.extractor.executor.CommandResults
-
- setEvenUnstable(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setExcludedArtifacts(List<Artifact>) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the list of artifacts that haven't been deployed by the module
- setExcludePatterns(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setExecutor(ProducerConsumerExecutor) - Method in class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentConsumer
-
- setExecutor(ProducerConsumerExecutor) - Method in interface org.jfrog.build.extractor.producerConsumer.ProducerConsumerRunnableInt
-
- setExecutor(ProducerConsumerExecutor) - Method in class org.jfrog.build.extractor.producerConsumer.ProducerRunnableBase
-
- setExitValue(int) - Method in class org.jfrog.build.extractor.executor.CommandResults
-
- setExportFile(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setFileErrors(List<String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setFilesInProgress(List<String>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setFilterExcludedArtifactsFromBuild(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setFixedVersions(List<String>) - Method in class org.jfrog.build.extractor.scan.Issue
-
- setFlatDownload(boolean) - Method in interface org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloader
-
Set the flat download flag
- setFlatDownload(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderImpl
-
- setFriendlyId(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setGeneralError(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setGeneralInfo(GeneralInfo) - Method in class org.jfrog.build.extractor.scan.Artifact
-
- setGeneralInfo(GeneralInfo) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- setGeneratedBuildInfoFilePath(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setGoPublishedVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.GoHandler
-
- setHeaders(Header[]) - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- setHost(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- setHost(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ProxyHandler
-
- setId(String) - Method in class org.jfrog.build.extractor.ci.Dependency
-
Sets the ID of the dependency
- setId(String) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the ID of the module
- setId(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setImageTag(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- setIncludeEnvVars(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setIncludePatterns(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setIncremental(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setInsecureTls(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setInsecureTls(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
- setIntegerValue(String, Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- setIssues(Issues) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- setIssues(IssuesCollectionConfig.Issues) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig
-
- setIssues(Set<Issue>) - Method in class org.jfrog.build.extractor.scan.Artifact
-
- setIssues(Set<Issue>) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- setIssueTrackerName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- setIssueTrackerVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.IssuesTrackerHandler
-
- setIvy(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setIvyArtifactPattern(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setIvyPattern(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setIvyRepositoryDefined(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
-
- setJibImageFile(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- setKanikoImageFile(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DockerHandler
-
- setKey(String) - Method in class org.jfrog.build.extractor.ci.Issue
-
- setKey(String) - Method in class org.jfrog.build.extractor.ci.MatrixParameter
-
- setKey(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetRepositoriesResponse
-
- setKeyGroupIndex(int) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setLegacyBooleanValue(String, Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- setLicenses(Set<License>) - Method in class org.jfrog.build.extractor.scan.Artifact
-
- setLicenses(Set<License>) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- setLocalPath(String) - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- setLog(Log) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
Log setter for the PreemptiveHttpClient for jobs like the Jenkins Generic job that uses NullLog by default.
- setLog(Log) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setLog(Log) - Method in class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentConsumer
-
- setLog(Log) - Method in interface org.jfrog.build.extractor.producerConsumer.ProducerConsumerRunnableInt
-
- setLog(Log) - Method in class org.jfrog.build.extractor.producerConsumer.ProducerRunnableBase
-
- setM2Compatible(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setMappings(List<PathMapping>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- setMatrixParam(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setMaven(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
In the context of a publisher it is used to publish a pom.
- setMaxConnectionPerRoute(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setMaxTotalConnection(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setMd5(String) - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- setMd5(String) - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Sets the MD5 checksum of the file
- setMd5(String) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the md5 of the module
- setMd5(String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- setMessage(String) - Method in class org.jfrog.build.extractor.ci.Vcs
-
- setMetadata(boolean) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- setMinChecksumDeploySizeKb(int) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setMinimumBuildDate(Date) - Method in class org.jfrog.build.extractor.ci.BuildRetention
-
- setModule(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- setModules(List<Module>) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the modules of the build
- setName(String) - Method in class org.jfrog.build.extractor.ci.Agent
-
Sets the name of the agent
- setName(String) - Method in class org.jfrog.build.extractor.ci.Artifact
-
Sets the name of the artifact
- setName(String) - Method in class org.jfrog.build.extractor.ci.BuildAgent
-
Sets the name of the agent
- setName(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the name of the build
- setName(String) - Method in class org.jfrog.build.extractor.ci.IssueTracker
-
- setName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateReleaseBundleRequest
-
- setName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.TargetArtifactory
-
- setName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- setNumber(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the number of the build
- setOnSuccess(DeleteReleaseBundleRequest.OnSuccess) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.DeleteReleaseBundleRequest
-
- setParentBuildId(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- setParentBuildName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setParentBuildNumber(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setParentName(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the name of the parent build
- setParentNumber(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the number of the parent build
- setPassword(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
-
- setPassword(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setPath(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PackageManagerHandler
-
- setPort(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ProxyHandler
-
- setPrefix(String) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- setPrincipal(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the principal of the build
- setPrincipal(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setProject(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- setProject(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the project of the build
- setProject(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setProject(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.request.DeleteBuildsRequest
-
- setProperties(Properties) - Method in class org.jfrog.build.extractor.ci.BaseBuildBean
-
- setProperties(Properties) - Method in interface org.jfrog.build.extractor.ci.BuildBean
-
Sets the properties of the bean
- setProperties(String, String, boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- setProperties(String, ArrayListMultimap<String, String>, boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- SetProperties - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- SetProperties(String, String, boolean, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SetProperties
-
- SetProperties(String, ArrayListMultimap<String, String>, boolean, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SetProperties
-
- setPropertiesFile(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setProxyConfiguration(String, int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
Sets the proxy host and port.
- setProxyConfiguration(String, int, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
Sets the proxy details.
- setProxyConfiguration(ProxyConfiguration) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
Sets full proxy details.
- setProxyConfiguration(ProxyConfiguration) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setPublications(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setPublishArtifacts(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setPublishBuildInfo(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setPublishForkCount(int) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setQueries(List<ReleaseBundleQuery>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleSpec
-
- setQueryName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseBundleQuery
-
- setRecordAllDependencies(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setRegexp(String) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setReleaseComment(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setReleaseEnabled(Boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setReleaseNotes(ReleaseNotes) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- setReleaseNotes(ReleaseNotes) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- setReleaseRepoKey(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setRemotePath(String) - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- setRepoKey(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setRepository(String) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the repository of the module
- setRequestedBy(String[][]) - Method in class org.jfrog.build.extractor.ci.Dependency
-
Sets path-to-root dependency lists that directly depend on this dependency.
- setRes(String) - Method in class org.jfrog.build.extractor.executor.CommandResults
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.access.services.GetProject
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.CheckRepositoryType
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DistributeBuild
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.Download
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DownloadHeaders
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.DownloadToFile
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetAllBuildNumbers
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetBuildInfo
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetItemLastModified
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetNpmAuth
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetRepositoriesKeys
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetStagingStrategy
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.GetUserPluginInfo
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.IsRepositoryExist
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.RetrievePatternArtifacts
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.ScanBuild
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SearchArtifactsByAql
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SearchArtifactsByPattern
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.SearchArtifactsByProperties
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.Upload
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.Version
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.DeleteLocalReleaseBundle
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.DeleteReleaseBundle
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.DistributeReleaseBundle
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.GetDistributionStatus
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.GetReleaseBundleVersion
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.Version
-
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
Override this in order to parse the service response body (only for services that expect to have body in the response).
- setResponse(InputStream) - Method in class org.jfrog.build.extractor.clientConfiguration.client.VoidJFrogService
-
- setResult(TResult) - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- setRevision(String) - Method in class org.jfrog.build.extractor.ci.Vcs
-
- setRunParameters(List<MatrixParameter>) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- setScopes(Set<String>) - Method in class org.jfrog.build.extractor.ci.Dependency
-
Sets the scope list of the dependency
- setScopes(Set<Scope>) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- setServerUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setServiceId(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.TargetArtifactory
-
- setSha1(String) - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- setSha1(String) - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Sets the SHA1 checksum of the file
- setSha1(String) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the sha1 of the module
- setSha1(String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- setSha256(String) - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- setSha256(String) - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Sets the SHA256 checksum of the file
- setSha256(String) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails
-
- setSha256(String) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- setSignImmediately(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- setSiteName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules
-
- setSites(List<DistributionStatusResponse.TargetArtifactory>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributeReleaseBundleResponse
-
- setSites(List<DistributionStatusResponse.DistributionSiteStatus>) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setSize(long) - Method in class org.jfrog.build.extractor.clientConfiguration.util.DependenciesDownloaderHelper.ArtifactMetaData
-
- setSnapshotRepoKey(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- setSocketTimeout(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setSpec(ReleaseBundleSpec) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- setSpec(ReleaseBundleSpec) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- setSslContext(SSLContext) - Method in class org.jfrog.build.extractor.clientConfiguration.client.ManagerBase
-
- setSslContext(SSLContext) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setStarted(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the started time of the build
- setStarted(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse.BuildsNumberDetails
-
- setStartedDate(Date) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the build start time
- setStartedMillis(long) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the started time of the build in a unit of milliseconds
- setState(GetReleaseBundleStatusResponse.DistributionState) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- setStatus(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setStatus(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setStatusCode(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- setStatuses(List<PromotionStatus>) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- setStoringRepository(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest
-
- setStoringRepository(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.SignReleaseBundleRequest
-
- setStringValue(String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
-
- setSummary(String) - Method in class org.jfrog.build.extractor.ci.Issue
-
- setSummaryGroupIndex(int) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setSyntax(ReleaseNotes.Syntax) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseNotes
-
- setTargetArtifactory(DistributionStatusResponse.TargetArtifactory) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setTimeout(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setTimeoutSec(Integer) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration
-
- setTotalBytes(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setTotalFiles(int) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.DistributionSiteStatus
-
- setTracker(IssueTracker) - Method in class org.jfrog.build.extractor.ci.Issues
-
- setTrackerId(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributeReleaseBundleResponse
-
- setTrackerName(String) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setTrackerUrl(String) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig.Issues
-
- setType(String) - Method in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- setType(String) - Method in interface org.jfrog.build.extractor.ci.BuildFileBean
-
Sets the type of the file
- setType(String) - Method in class org.jfrog.build.extractor.ci.Module
-
Sets the type of the module
- setType(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setType(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse.TargetArtifactory
-
- setUri(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse.BuildsNumberDetails
-
- setUri(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse
-
- setUrl(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the URL of the build
- setUrl(String) - Method in class org.jfrog.build.extractor.ci.Issue
-
- setUrl(String) - Method in class org.jfrog.build.extractor.ci.Vcs
-
- setUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
-
- setUseDotnetCli(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.DotnetHandler
-
- setUsername(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
-
- setUsername(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- setValue(String) - Method in class org.jfrog.build.extractor.ci.MatrixParameter
-
- setVcs(List<Vcs>) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
- setVcsBranch(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setVcsMessage(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setVcsRevision(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setVcsUrl(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.BuildInfoHandler
-
- setVersion(String) - Method in class org.jfrog.build.extractor.ci.Agent
-
Sets the version of the agent
- setVersion(String) - Method in class org.jfrog.build.extractor.ci.BuildAgent
-
Sets the version of the agent
- setVersion(String) - Method in class org.jfrog.build.extractor.ci.BuildInfo
-
Sets the version of the build
- setVersion(int) - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig
-
- setVersion(String) - Method in class org.jfrog.build.extractor.ci.IssueTracker
-
- setVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateReleaseBundleRequest
-
- setVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.DistributionStatusResponse
-
- setVersion(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse
-
- setViolate(boolean) - Method in class org.jfrog.build.extractor.scan.License
-
- setViolatedLicenses(Set<License>) - Method in class org.jfrog.build.extractor.scan.DependencyTree
-
- Severity - Enum in org.jfrog.build.extractor.scan
-
- sha1(String) - Method in class org.jfrog.build.extractor.builder.ArtifactBuilder
-
Sets the SHA1 checksum of the artifact
- sha1(String) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Sets the SHA1 checksum of the dependency
- sha1(String) - Method in class org.jfrog.build.extractor.builder.ModuleBuilder
-
Sets sha1 of the module
- sha1 - Variable in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- sha1(String) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- sha1(String) - Method in class org.jfrog.build.extractor.scan.GeneralInfo
-
- SHA1_HEADER_NAME - Static variable in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.Upload
-
- sha256(String) - Method in class org.jfrog.build.extractor.builder.ArtifactBuilder
-
Sets the SHA256 checksum of the artifact
- sha256(String) - Method in class org.jfrog.build.extractor.builder.DependencyBuilder
-
Sets the SHA256 checksum of the dependency
- sha256 - Variable in class org.jfrog.build.extractor.ci.BaseBuildFileBean
-
- sha256(String) - Method in class org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.Builder
-
- shouldAddDeployableArtifacts() - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.PublisherHandler
-
- signImmediately(boolean) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- signReleaseBundle(String, String, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Sign a release bundle
- signReleaseBundle(String, String, String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.DistributionManager
-
Sign a release bundle
- SignReleaseBundle - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- SignReleaseBundle(String, String, String, String, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.SignReleaseBundle
-
- SignReleaseBundleRequest - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.request
-
Represents a request to sign a release bundle.
- SignReleaseBundleRequest() - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.SignReleaseBundleRequest
-
- SignReleaseBundleRequest(String) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.SignReleaseBundleRequest
-
- SingleSpecDeploymentProducer - Class in org.jfrog.build.extractor.clientConfiguration.util.spec
-
Actual FileSpec performer, scans the file-system for matching files and creates the deployment data.
- siteName(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.types.DistributionRules.Builder
-
- skip(long) - Method in class org.jfrog.build.extractor.EolDetectingInputStream
-
- SNAPSHOT_REPO_KEY - Static variable in interface org.jfrog.build.extractor.clientConfiguration.ClientConfigurationFields
-
- spec(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- spec(FileSpec) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- SpecDeploymentConsumer - Class in org.jfrog.build.extractor.clientConfiguration.util.spec
-
Consumer object to use with the ProducerConsumerExecutor during artifact deployment by FileSpec operation.
- SpecDeploymentConsumer(ArtifactoryManager) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentConsumer
-
- SpecDeploymentProducer - Class in org.jfrog.build.extractor.clientConfiguration.util.spec
-
Producer object to use with the ProducerConsumerExecutor during artifact deployment by filespec operation.
- SpecsHelper - Class in org.jfrog.build.extractor.clientConfiguration.util.spec
-
Created by diman on 24/08/2016.
- SpecsHelper(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.util.spec.SpecsHelper
-
- sslContext - Variable in class org.jfrog.build.extractor.clientConfiguration.ManagerBuilderBase
-
- stageBuild(String, String, String, Promotion) - Method in class org.jfrog.build.extractor.clientConfiguration.client.artifactory.ArtifactoryManager
-
- StageBuild - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- StageBuild(String, String, String, Promotion, Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.StageBuild
-
- start() - Method in class org.jfrog.build.extractor.producerConsumer.ProducerConsumerExecutor
-
- started - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- started(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the start time of the build
- started(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the started time of the build
- started - Variable in class org.jfrog.build.extractor.clientConfiguration.client.response.GetAllBuildNumbersResponse.BuildsNumberDetails
-
- STARTED_FORMAT - Static variable in class org.jfrog.build.extractor.ci.BuildInfo
-
- startedDate(Date) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the start time of the build
- startedDate(Date) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the started time of the build
- startedMillis - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- startedMillis(long) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the start time in millis of the build
- startedMillis(long) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the start time in millis of the build
- statusCode - Variable in class org.jfrog.build.extractor.clientConfiguration.client.JFrogService
-
- statuses - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- statuses(List<PromotionStatus>) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- statuses(List<PromotionStatus>) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
- storingRepository(String) - Method in class org.jfrog.build.extractor.clientConfiguration.client.distribution.request.CreateUpdateReleaseBundleRequest.Builder
-
- StreamReader - Class in org.jfrog.build.extractor.executor
-
- stripPrefixFromProperties(Properties, String) - Static method in class org.jfrog.build.extractor.BuildInfoExtractorUtils
-
- substringBeforeFirstRegex(String) - Static method in class org.jfrog.build.extractor.clientConfiguration.util.PathsUtils
-
Returns a substring from the beginning of the string till the first regex chars: "*?[]$^.{}|()"
- validateConfig() - Method in class org.jfrog.build.extractor.ci.IssuesCollectionConfig
-
- validateRepoExists(ArtifactoryManager, String, String) - Static method in class org.jfrog.build.extractor.packageManager.PackageManagerExtractor
-
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.distribution.request.DeleteReleaseBundleRequest.OnSuccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse.DistributionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseNotes.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.JFrogServiceResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.RepositoryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.PackageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.clientConfiguration.util.EditPropertiesHelper.EditPropertiesActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jfrog.build.extractor.scan.Severity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.distribution.request.DeleteReleaseBundleRequest.OnSuccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.distribution.response.GetReleaseBundleStatusResponse.DistributionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.distribution.types.ReleaseNotes.Syntax
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.JFrogServiceResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.client.RepositoryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.deploy.DeployDetails.PackageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.clientConfiguration.util.EditPropertiesHelper.EditPropertiesActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jfrog.build.extractor.scan.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vcs - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- vcs(List<Vcs>) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the build vcs
- vcs(List<Vcs>) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the vcs revision (format is vcs specific)
- VCS - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- Vcs - Class in org.jfrog.build.extractor.ci
-
- Vcs() - Constructor for class org.jfrog.build.extractor.ci.Vcs
-
- Vcs(String, String) - Constructor for class org.jfrog.build.extractor.ci.Vcs
-
- Vcs(String, String, String, String) - Constructor for class org.jfrog.build.extractor.ci.Vcs
-
- VCS_BRANCH - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- VCS_MESSAGE - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- VCS_REVISION - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- VCS_URL - Static variable in interface org.jfrog.build.extractor.ci.BuildInfoFields
-
- vcsRevision - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- vcsRevision(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- vcsRevision(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the vcs revision (format is vcs specific)
- vcsUrl - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- vcsUrl(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- vcsUrl(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the vcs URL (format is vcs specific)
- version - Variable in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
- version(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoBuilder
-
Sets the build-info schema version
- version(String) - Method in class org.jfrog.build.extractor.builder.BuildInfoMavenBuilder
-
Sets the version of the build
- version(String) - Method in class org.jfrog.build.extractor.clientConfiguration.ArtifactSpec.Builder
-
- Version - Class in org.jfrog.build.extractor.clientConfiguration.client.artifactory.services
-
- Version(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.artifactory.services.Version
-
- Version - Class in org.jfrog.build.extractor.clientConfiguration.client.distribution.services
-
- Version(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.distribution.services.Version
-
- VoidJFrogService - Class in org.jfrog.build.extractor.clientConfiguration.client
-
- VoidJFrogService(Log) - Constructor for class org.jfrog.build.extractor.clientConfiguration.client.VoidJFrogService
-