net.thucydides.plugins.jira.domain
Class IssueSummary

Package class diagram package IssueSummary
java.lang.Object
  extended by net.thucydides.plugins.jira.domain.IssueSummary

public class IssueSummary
extends Object


Constructor Summary
IssueSummary(URI self, Long id, String key, String summary, String description, String renderedDescription, String type)
           
IssueSummary(URI self, Long id, String key, String summary, String description, String renderedDescription, String type, List<String> labels, List<String> fixVersions, Map<String,Object> customFields)
           
 
Method Summary
 com.google.common.base.Optional<CustomFieldCast> customField(String fieldName)
           
 String getDescription()
           
 List<String> getFixVersions()
           
 Long getId()
           
 String getKey()
           
 List<String> getLabels()
           
 String getRenderedDescription()
           
 URI getSelf()
           
 String getSummary()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssueSummary

public IssueSummary(URI self,
                    Long id,
                    String key,
                    String summary,
                    String description,
                    String renderedDescription,
                    String type)

IssueSummary

public IssueSummary(URI self,
                    Long id,
                    String key,
                    String summary,
                    String description,
                    String renderedDescription,
                    String type,
                    List<String> labels,
                    List<String> fixVersions,
                    Map<String,Object> customFields)
Method Detail

getSelf

public URI getSelf()

getId

public Long getId()

getKey

public String getKey()

getSummary

public String getSummary()

getDescription

public String getDescription()

getRenderedDescription

public String getRenderedDescription()

getType

public String getType()

getLabels

public List<String> getLabels()

getFixVersions

public List<String> getFixVersions()

toString

public String toString()
Overrides:
toString in class Object

customField

public com.google.common.base.Optional<CustomFieldCast> customField(String fieldName)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.