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
Component
public Component(URI self,
@Nullable
Long id,
String name,
String description,
BasicUser lead)
Component
public Component(URI self,
@Nullable
Long id,
String name,
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 String toString()
- Overrides:
toString in class BasicComponent
equals
public boolean equals(Object obj)
- Overrides:
equals in class BasicComponent
hashCode
public int hashCode()
- Overrides:
hashCode in class BasicComponent
Copyright © 2014 Atlassian. All Rights Reserved.