com.nirima.jenkins.repo
Interface RepositoryContent

All Superinterfaces:
RepositoryElement
All Known Implementing Classes:
ArtifactRepositoryItem, FileRepositoryItem

public interface RepositoryContent
extends RepositoryElement


Method Summary
 InputStream getContent()
           
 String getDescription()
           
 String getLastModified()
           
 Long getSize()
           
 
Methods inherited from interface com.nirima.jenkins.repo.RepositoryElement
getName, getParent, getPath, setParent
 

Method Detail

getContent

InputStream getContent()
                       throws Exception
Throws:
Exception

getLastModified

String getLastModified()

getSize

Long getSize()

getDescription

String getDescription()


Copyright © 2004-2011. All Rights Reserved.