jenkins.plugins.nodejs.tools
Interface InstallerPathResolver

All Known Implementing Classes:
LatestInstallerPathResolver

public interface InstallerPathResolver

Author:
fcamblor

Nested Class Summary
static class InstallerPathResolver.Factory
           
 
Method Summary
 String extractArchiveIntermediateDirectoryName(String relativeDownloadPath)
           
 String resolvePathFor(String version, NodeJSInstaller.Platform platform, NodeJSInstaller.CPU cpu)
           
 

Method Detail

resolvePathFor

String resolvePathFor(String version,
                      NodeJSInstaller.Platform platform,
                      NodeJSInstaller.CPU cpu)

extractArchiveIntermediateDirectoryName

String extractArchiveIntermediateDirectoryName(String relativeDownloadPath)


Copyright © 2004-2013. All Rights Reserved.