public static final class RemoteProjectService.RemoteProjectsResult extends Object
Constructor and Description |
---|
RemoteProjectsResult(List<RemoteProject> projects,
Collection<UnauthorisedAppLink> unauthorisedAppLinks,
Collection<String> connectionErrors) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getConnectionErrors()
If any errors occurred during connection to remote servers, these are included here.
|
List<RemoteProject> |
getProjects()
Returns the remote projects that were successfully retrieved.
|
Collection<UnauthorisedAppLink> |
getUnauthorisedAppLinks()
Returns any app links that the user has to authenticate with before we can make requests.
|
public RemoteProjectsResult(List<RemoteProject> projects, Collection<UnauthorisedAppLink> unauthorisedAppLinks, Collection<String> connectionErrors)
public List<RemoteProject> getProjects()
public Collection<UnauthorisedAppLink> getUnauthorisedAppLinks()
public Collection<String> getConnectionErrors()
Copyright © 2002-2024 Atlassian. All Rights Reserved.