BowlerKernel
Public Member Functions | Private Member Functions | Private Attributes | List of all members
com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread Class Reference
Inheritance diagram for com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread:
Collaboration graph
[legend]

Public Member Functions

 GitTimeoutThread (Git g)
 
void run ()
 
void resetTimer ()
 
RuntimeException getException ()
 

Private Member Functions

void setException (RuntimeException ex)
 

Private Attributes

RuntimeException ex
 

Detailed Description

Definition at line 7 of file GitTimeoutThread.java.

Constructor & Destructor Documentation

◆ GitTimeoutThread()

com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.GitTimeoutThread ( Git  g)

Definition at line 12 of file GitTimeoutThread.java.

References com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.setException().

Here is the call graph for this function:

Member Function Documentation

◆ getException()

RuntimeException com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.getException ( )

◆ resetTimer()

void com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.resetTimer ( )

◆ run()

void com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run ( )

◆ setException()

void com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.setException ( RuntimeException  ex)
private

Member Data Documentation

◆ ex

RuntimeException com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.ex
private

The documentation for this class was generated from the following file: