com.nirima.jenkins.repo.build
Class ArtifactRepositoryItem

java.lang.Object
  extended by com.nirima.jenkins.repo.build.ArtifactRepositoryItem
All Implemented Interfaces:
RepositoryElement

public class ArtifactRepositoryItem
extends java.lang.Object
implements RepositoryElement

Created by IntelliJ IDEA. User: magnayn Date: 25/02/2011 Time: 19:00 To change this template use File | Settings | File Templates.


Constructor Summary
ArtifactRepositoryItem(RepositoryDirectory directory, hudson.model.Run.Artifact artifact)
           
 
Method Summary
 java.lang.String getName()
           
 RepositoryDirectory getParent()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactRepositoryItem

public ArtifactRepositoryItem(RepositoryDirectory directory,
                              hudson.model.Run.Artifact artifact)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface RepositoryElement

getParent

public RepositoryDirectory getParent()
Specified by:
getParent in interface RepositoryElement

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RepositoryElement


Copyright © 2004-2011. All Rights Reserved.