@PublicApi public abstract static class ProjectService.AbstractProjectValidationResult extends ServiceResultImpl
Constructor and Description |
---|
AbstractProjectValidationResult(ErrorCollection errorCollection) |
AbstractProjectValidationResult(ErrorCollection errorCollection,
String name,
String key,
String description,
String leadName,
String url,
Long assigneeType,
Long avatarId,
boolean keyChanged,
ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
Long |
getAssigneeType() |
Long |
getAvatarId() |
String |
getDescription() |
String |
getKey() |
String |
getLead()
Deprecated.
Use
getLeadUsername() instead. Since v6.0. |
String |
getLeadUsername() |
String |
getName() |
String |
getUrl() |
ApplicationUser |
getUser() |
boolean |
isKeyChanged() |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
@Internal public AbstractProjectValidationResult(ErrorCollection errorCollection)
@Internal public AbstractProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String leadName, String url, Long assigneeType, Long avatarId, boolean keyChanged, ApplicationUser user)
public String getName()
public String getKey()
public String getDescription()
public String getLeadUsername()
public String getLead()
getLeadUsername()
instead. Since v6.0.public String getUrl()
public Long getAssigneeType()
public Long getAvatarId()
@ExperimentalApi public boolean isKeyChanged()
@ExperimentalApi @Nullable public ApplicationUser getUser()
Copyright © 2002-2019 Atlassian. All Rights Reserved.