Class NoNameLookup
java.lang.Object
edu.umd.cs.findbugs.cloud.username.NoNameLookup
- All Implemented Interfaces:
NameLookup
- Author:
- pugh
-
Field Summary
Fields inherited from interface edu.umd.cs.findbugs.cloud.username.NameLookup
USER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn name that should be used as the user identitybooleansignIn(CloudPlugin plugin, BugCollection bugCollection) tries to obtain a user name.
-
Constructor Details
-
NoNameLookup
public NoNameLookup()
-
-
Method Details
-
getUsername
Description copied from interface:NameLookupReturn name that should be used as the user identity- Specified by:
getUsernamein interfaceNameLookup
-
signIn
Description copied from interface:NameLookuptries to obtain a user name. May prompt the user and/or perform network activity.- Specified by:
signInin interfaceNameLookup- Parameters:
plugin- TODObugCollection-- Returns:
- true if successful
-