public class DeployCommand extends DocAsCodeCommand<org.eclipse.aether.deployment.DeployResult>
repo
Constructor and Description |
---|
DeployCommand(DocAsCodeRepository repo) |
Modifier and Type | Method and Description |
---|---|
DeployCommand |
addArtifacts(List<org.eclipse.aether.artifact.Artifact> artifacts) |
DeployCommand |
addIds(List<String> ids) |
org.eclipse.aether.deployment.DeployResult |
call() |
DeployCommand |
setProfile(String profile) |
getRepository
addListener, fireEvent, log, progress
public DeployCommand(DocAsCodeRepository repo)
public DeployCommand addArtifacts(List<org.eclipse.aether.artifact.Artifact> artifacts)
public DeployCommand addIds(List<String> ids) throws DocAsCodeException
DocAsCodeException
public DeployCommand setProfile(String profile)
public org.eclipse.aether.deployment.DeployResult call() throws DocAsCodeException
call
in interface Callable<org.eclipse.aether.deployment.DeployResult>
call
in class DocAsCodeCommand<org.eclipse.aether.deployment.DeployResult>
DocAsCodeException
Copyright © 2019. All rights reserved.