com.nirima.jenkins.repo
Interface RepositoryContent

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

public interface RepositoryContent
extends RepositoryElement


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

Method Detail

getContent

java.io.InputStream getContent()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getLastModified

java.lang.String getLastModified()

getSize

java.lang.Long getSize()

getDescription

java.lang.String getDescription()


Copyright © 2004-2011. All Rights Reserved.