com.atlassian.jira.rest.client.api.domain
Class Component
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicComponent
com.atlassian.jira.rest.client.api.domain.Component
- All Implemented Interfaces:
- AddressableEntity, NamedEntity
public class Component
- extends BasicComponent
Project component
- Since:
- v0.1
Constructor Summary |
Component(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String description,
BasicUser lead)
|
Component(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String description,
BasicUser lead,
Component.AssigneeInfo assigneeInfo)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Component
public Component(java.net.URI self,
@Nullable
java.lang.Long id,
java.lang.String name,
java.lang.String description,
BasicUser lead)
Component
public Component(java.net.URI self,
@Nullable
java.lang.Long id,
java.lang.String name,
java.lang.String description,
BasicUser lead,
@Nullable
Component.AssigneeInfo assigneeInfo)
getLead
public BasicUser getLead()
getAssigneeInfo
@Nullable
public Component.AssigneeInfo getAssigneeInfo()
- Returns:
- detailed info about auto-assignee for this project component or
null
if such information is
not available (JIRA prior 4.4) - Since:
- com.atlassian.jira.rest.client.api 0.3, server 4.4
toString
public java.lang.String toString()
- Overrides:
toString
in class BasicComponent
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class BasicComponent
hashCode
public int hashCode()
- Overrides:
hashCode
in class BasicComponent
Copyright © 2013 Atlassian. All Rights Reserved.