com.atlassian.jira.action.component
Class ComponentCreate

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.action.JiraNonWebActionSupport
              extended bycom.atlassian.jira.action.project.AbstractProjectEntityCreate
                  extended bycom.atlassian.jira.action.component.ComponentCreate

public class ComponentCreate
extends AbstractProjectEntityCreate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
ComponentCreate()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 GenericValue getComponent()
           
 
Methods inherited from class com.atlassian.jira.action.project.AbstractProjectEntityCreate
doValidation, getName, getProject, setName, setProject
 
Methods inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
doDefault, execute, getRemoteUser, isDispatchEvent, setDispatchEvent, setRemoteUser
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentCreate

public ComponentCreate()
Method Detail

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getComponent

public GenericValue getComponent()