org.cert.cc.jira.email.handler.mock
Class MockProject

java.lang.Object
  extended by org.cert.cc.jira.email.handler.mock.MockProject

public final class MockProject
extends Object

© 2009 Carnegie Mellon University

Author:
Steve Scholnick

Constructor Summary
MockProject(Long value)
           
 
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 value)
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()

getLeadUser

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

getProjectComponents

public Collection<ProjectComponent> getProjectComponents()

getIssueTypes

public Collection<IssueType> getIssueTypes()


Copyright © 2012 Carnegie Mellon University