@PublicApi public static class ProjectService.UpdateProjectValidationResult extends ProjectService.AbstractProjectValidationResult
Constructor and Description |
---|
UpdateProjectValidationResult(ErrorCollection errorCollection) |
UpdateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId,
Project originalProject)
Deprecated.
|
UpdateProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String leadUsername,
String url,
Long assigneeType,
Long avatarId,
Project originalProject,
boolean keyChanged,
ApplicationUser user)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Project |
getOriginalProject() |
ProjectService.UpdateProjectRequest |
getUpdateProjectRequest() |
getAssigneeType, getAvatarId, getDescription, getKey, getLead, getLeadUsername, getName, getUrl, getUser, isKeyChanged
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
@Internal public UpdateProjectValidationResult(ErrorCollection errorCollection)
@Deprecated @Internal public UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId, Project originalProject)
@Deprecated @Internal public UpdateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadUsername, String url, Long assigneeType, Long avatarId, Project originalProject, boolean keyChanged, ApplicationUser user)
public Project getOriginalProject()
public ProjectService.UpdateProjectRequest getUpdateProjectRequest()
Copyright © 2002-2016 Atlassian. All Rights Reserved.