public abstract class PackageManagerExtractor
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PackageManagerExtractor() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jfrog.build.api.Build |
execute() |
void |
executeAndSaveBuildInfo(ArtifactoryClientConfiguration clientConfiguration)
Run build-tool command and save build info to file.
|
protected static void |
validateRepoExists(ArtifactoryManager client,
java.lang.String repo,
java.lang.String repoNotSpecifiedMsg) |
public abstract org.jfrog.build.api.Build execute()
public void executeAndSaveBuildInfo(ArtifactoryClientConfiguration clientConfiguration) throws java.lang.RuntimeException
clientConfiguration - - The client configuration.java.lang.RuntimeException - in case of any error.protected static void validateRepoExists(ArtifactoryManager client, java.lang.String repo, java.lang.String repoNotSpecifiedMsg) throws java.io.IOException
java.io.IOException