Package com.nirima.jenkins.repo.fs

Examples of com.nirima.jenkins.repo.fs.FileDirectoryRepositoryItem


        File file = new File(this.getClass().getResource("/tools").getFile());
        File[] listFiles = file.listFiles();
        if( listFiles != null) {
            for( File f : listFiles )
            {
               RepositoryElement e1 =  new FileDirectoryRepositoryItem(null, f);

               elements.add( e1 );
            }
        }
View Full Code Here

TOP

Related Classes of com.nirima.jenkins.repo.fs.FileDirectoryRepositoryItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.