Uses of Class
org.jvnet.hudson.plugins.repositoryconnector.Artifact

Packages that use Artifact
org.jvnet.hudson.plugins.repositoryconnector   
 

Uses of Artifact in org.jvnet.hudson.plugins.repositoryconnector
 

Fields in org.jvnet.hudson.plugins.repositoryconnector with type parameters of type Artifact
 List<Artifact> ArtifactResolver.artifacts
           
 List<Artifact> ArtifactDeployer.artifacts
           
 

Methods in org.jvnet.hudson.plugins.repositoryconnector that return types with arguments of type Artifact
 List<Artifact> ArtifactResolver.getArtifacts()
          gets the artifacts
 

Constructor parameters in org.jvnet.hudson.plugins.repositoryconnector with type arguments of type Artifact
ArtifactDeployer(List<Artifact> artifacts, String repoId, String snapshotRepoId, UserPwd overwriteSecurity, boolean enableRepoLogging)
           
ArtifactResolver(String targetDirectory, List<Artifact> artifacts, boolean failOnError, boolean enableRepoLogging, String snapshotUpdatePolicy, String snapshotChecksumPolicy, String releaseUpdatePolicy, String releaseChecksumPolicy)
           
 



Copyright © 2010-2014. All Rights Reserved.