org.cert.cc.jira.atc.unittests
Class MockProject

java.lang.Object
  extended by org.cert.cc.jira.atc.unittests.MockProject

public final class MockProject
extends Object


Constructor Summary
MockProject(Long id, String key, String name)
           
 
Method Summary
 Long getAssigneeType()
           
 Avatar getAvatar()
           
 Collection getComponents()
           
 Long getCounter()
           
 String getDescription()
           
 GenericValue getGenericValue()
           
 Long getId()
           
 Collection<IssueType> getIssueTypes()
           
 String getKey()
           
 User getLead()
           
 com.atlassian.crowd.embedded.api.User getLeadUser()
           
 String getLeadUserName()
           
 String getName()
           
 GenericValue getProjectCategory()
           
 Collection<ProjectComponent> getProjectComponents()
           
 String getUrl()
           
 Collection getVersions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockProject

public MockProject(Long id,
                   String key,
                   String name)
Method Detail

getAssigneeType

public Long getAssigneeType()

getComponents

public Collection getComponents()

getCounter

public Long getCounter()

getDescription

public String getDescription()

getGenericValue

public GenericValue getGenericValue()

getId

public Long getId()

getKey

public String getKey()

getLead

public User getLead()

getLeadUserName

public String getLeadUserName()

getName

public String getName()

getProjectCategory

public GenericValue getProjectCategory()

getUrl

public String getUrl()

getVersions

public Collection getVersions()

getAvatar

public Avatar getAvatar()

getProjectComponents

public Collection<ProjectComponent> getProjectComponents()

getLeadUser

public com.atlassian.crowd.embedded.api.User getLeadUser()

getIssueTypes

public Collection<IssueType> getIssueTypes()


Copyright © 2012 Carnegie Mellon University