com.atlassian.jira.bc.issue.fields.screen
Interface FieldScreenService

All Known Implementing Classes:
DefaultFieldScreenService

@PublicApi
public interface FieldScreenService

Since:
v5.2

Method Summary
 ServiceOutcome<FieldScreen> copy(FieldScreen screen, String copyName, String copyDescription, ApplicationUser loggedInUser)
          Creates a copy of the passed field screen assigning the passed name and description.
 

Method Detail

copy

ServiceOutcome<FieldScreen> copy(FieldScreen screen,
                                 String copyName,
                                 String copyDescription,
                                 ApplicationUser loggedInUser)
Creates a copy of the passed field screen assigning the passed name and description.

Parameters:
screen - screen to copy
copyName - name for the copied screen
copyDescription - description for the copied screen
loggedInUser - user performing the copy
Returns:
copy result


Copyright © 2002-2014 Atlassian. All Rights Reserved.