public class MissingClassEvents extends Object
Constructor and Description |
---|
MissingClassEvents() |
Modifier and Type | Method and Description |
---|---|
boolean |
alreadyRegistered(String className)
Returns true if the class name was already registered previously, during the current execution of this Jenkins
instance.
|
long |
put(String name,
Throwable t)
Add a new exception to the store.
|
String |
toString() |
public long put(String name, @NonNull Throwable t)
name
- name of the class not foundt
- the exception to storepublic boolean alreadyRegistered(@NonNull String className)
className
- the class name to checkCopyright © 2004–2021. All rights reserved.