com.atlassian.jira.bc.project
Class ProjectService.CreateProjectValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
com.atlassian.jira.bc.project.ProjectService.CreateProjectValidationResult
- All Implemented Interfaces:
- ServiceResult
- Enclosing interface:
- ProjectService
@PublicApi
public static class ProjectService.CreateProjectValidationResult
- extends ProjectService.AbstractProjectValidationResult
Constructor Summary |
ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection)
|
ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
Deprecated. |
ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId,
ApplicationUser user)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectService.CreateProjectValidationResult
@Internal
public ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection)
ProjectService.CreateProjectValidationResult
@Internal
public ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId,
ApplicationUser user)
ProjectService.CreateProjectValidationResult
@Deprecated
@Internal
public ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
- Deprecated.
Copyright © 2002-2014 Atlassian. All Rights Reserved.