public class ProjectTypeValidator extends Object
Constructor and Description |
---|
ProjectTypeValidator(ProjectTypeManager projectTypeManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(ApplicationUser user,
ProjectTypeKey projectTypeKey)
Validates the given project type.
|
public ProjectTypeValidator(ProjectTypeManager projectTypeManager)
public boolean isValid(ApplicationUser user, ProjectTypeKey projectTypeKey)
user
- The user that performs the action during which the project type gets validatedprojectTypeKey
- The project type key to validateCopyright © 2002-2019 Atlassian. All Rights Reserved.