hudson.plugins.sfee
Class TrackerArtifact

java.lang.Object
  extended by hudson.plugins.sfee.TrackerArtifact

public class TrackerArtifact
extends Object


Constructor Summary
TrackerArtifact(ArtifactDetailSoapRow row)
           
TrackerArtifact(String id, String description, String projectId, String title)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getProjectId()
           
 String getTitle()
           
 String getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackerArtifact

public TrackerArtifact(String id,
                       String description,
                       String projectId,
                       String title)

TrackerArtifact

public TrackerArtifact(ArtifactDetailSoapRow row)
Method Detail

getId

public String getId()

getProjectId

public String getProjectId()

getTitle

public String getTitle()

getDescription

public String getDescription()

getURL

public String getURL()


Copyright © 2004-2012 Hudson. All Rights Reserved.