com.pyxis.greenhopper.jira.util
Class IssueCreationManager

java.lang.Object
  extended by com.pyxis.greenhopper.jira.util.IssueManager
      extended by com.pyxis.greenhopper.jira.util.IssueCreationManager

public class IssueCreationManager
extends IssueManager

TODO And if anyone still needs a reason why the fields need refactoring, HERE IT IS!


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.util.IssueManager
boardContext, boardIssue, errors, FIELD_SEPARATOR, log, VALUE_SEPARATOR
 
Constructor Summary
IssueCreationManager(BoardIssue boardIssue)
           
 
Method Summary
 java.util.HashMap<java.lang.String,java.lang.Object> getArgs(java.lang.String[] fields, java.lang.String[] values)
           
 com.atlassian.jira.issue.Issue getParent()
           
 void setAssignee(java.lang.String assignee, BoardIssue boardIssue)
           
 void setComponents(java.lang.String newValue, BoardIssue boardIssue)
           
 void setCustomField(java.lang.String newValue, BoardIssue boardIssue, java.lang.String customFieldId)
           
 void setDescription(java.lang.String newValue, BoardIssue boardIssue)
           
 void setDuedate(java.lang.String newValue, BoardIssue boardIssue)
           
 void setEnvironment(java.lang.String newValue, BoardIssue boardIssue)
           
 void setFixVersions(java.lang.String newValue, BoardIssue boardIssue)
           
 void setLabels(java.lang.String newValue, BoardIssue boardIssue)
           
 void setPriority(java.lang.String newValue, BoardIssue boardIssue)
           
 void setReporter(java.lang.String newValue, BoardIssue boardIssue)
           
 void setResolution(java.lang.String newValue, BoardIssue boardIssue)
           
 void setSecurity(java.lang.String newValue, BoardIssue boardIssue)
           
 void setSummary(java.lang.String newValue, BoardIssue boardIssue)
           
 void setTimeoriginalestimate(java.lang.String newValue, BoardIssue boardIssue)
           
 void setVersions(java.lang.String newValue, BoardIssue boardIssue)
           
 
Methods inherited from class com.pyxis.greenhopper.jira.util.IssueManager
getErrors, getIssue, hasErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueCreationManager

public IssueCreationManager(BoardIssue boardIssue)
Method Detail

getParent

public com.atlassian.jira.issue.Issue getParent()

getArgs

public java.util.HashMap<java.lang.String,java.lang.Object> getArgs(java.lang.String[] fields,
                                                                    java.lang.String[] values)
Overrides:
getArgs in class IssueManager

setSummary

public void setSummary(java.lang.String newValue,
                       BoardIssue boardIssue)
                throws java.lang.Exception
Throws:
java.lang.Exception

setTimeoriginalestimate

public void setTimeoriginalestimate(java.lang.String newValue,
                                    BoardIssue boardIssue)
                             throws java.lang.Exception
Throws:
java.lang.Exception

setPriority

public void setPriority(java.lang.String newValue,
                        BoardIssue boardIssue)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setAssignee

public void setAssignee(java.lang.String assignee,
                        BoardIssue boardIssue)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setDuedate

public void setDuedate(java.lang.String newValue,
                       BoardIssue boardIssue)
                throws java.lang.Exception
Throws:
java.lang.Exception

setDescription

public void setDescription(java.lang.String newValue,
                           BoardIssue boardIssue)
                    throws java.lang.Exception
Throws:
java.lang.Exception

setEnvironment

public void setEnvironment(java.lang.String newValue,
                           BoardIssue boardIssue)
                    throws java.lang.Exception
Throws:
java.lang.Exception

setFixVersions

public void setFixVersions(java.lang.String newValue,
                           BoardIssue boardIssue)
                    throws java.lang.Exception
Throws:
java.lang.Exception

setVersions

public void setVersions(java.lang.String newValue,
                        BoardIssue boardIssue)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setComponents

public void setComponents(java.lang.String newValue,
                          BoardIssue boardIssue)
                   throws java.lang.Exception
Throws:
java.lang.Exception

setSecurity

public void setSecurity(java.lang.String newValue,
                        BoardIssue boardIssue)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setResolution

public void setResolution(java.lang.String newValue,
                          BoardIssue boardIssue)
                   throws java.lang.Exception
Throws:
java.lang.Exception

setLabels

public void setLabels(java.lang.String newValue,
                      BoardIssue boardIssue)
               throws java.lang.Exception
Throws:
java.lang.Exception

setCustomField

public void setCustomField(java.lang.String newValue,
                           BoardIssue boardIssue,
                           java.lang.String customFieldId)
                    throws java.lang.Exception
Throws:
java.lang.Exception

setReporter

public void setReporter(java.lang.String newValue,
                        BoardIssue boardIssue)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2012 Atlassian. All Rights Reserved.