Skip navigation links
B C D F G I L M N O P R S V _ 

B

BAD_COLOUR_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key BAD_COLOUR_MSG: Invalid colour string supplied:.

C

COLOUR_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key COLOUR_MSG: Requested LED colour to display:.
configure(StaplerRequest, JSONObject) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
 
Constants - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
 
Constants.Colour - Enum in net.sleepymouse.jenkins.plugins.piborg.ledborg
 
Controller - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
 

D

Descriptor - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
Descriptor for LedBorgPublisher.
Descriptor() - Constructor for class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
In order to load the persisted global configuration, you have to call load() in the constructor.
DescriptorImpl() - Constructor for class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher.DescriptorImpl
 
doFillAbortedStateItems(String) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
List box model for build aborted colour selection
doFillFailureStateItems(String) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
List box model for build failure colour selection
doFillNotBuiltStateItems(String) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
List box model for build not built colour selection
doFillSuccessStateItems(String) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
List box model for build success colour selection
doFillUnstableStateItems(String) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
List box model for build unstable colour selection

F

FALLBACK_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key FALLBACK_MSG: {@code Unable to talk to RPi GPIO.
FallbackGPIOManager - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
 
FallbackGPIOManager(PrintStream, Logger) - Constructor for class net.sleepymouse.jenkins.plugins.piborg.ledborg.FallbackGPIOManager
 

G

getAbortedState() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
 
getDescriptor() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
Get the associated descriptor object
getDisplayName() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
This human readable name is used in the configuration screen.
getFailureState() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
 
getInstance(PrintStream, Logger) - Static method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Controller
Lazy load the controller singleton
getNotBuiltState() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
 
getRequiredMonitorService() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
Get the build step monitor.
getSuccessState() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
 
getUnstableState() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
 
GPIO_RESET_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key GPIO_RESET_MSG: GPIO reset requested.
GPIO_SHUTDOWN_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key GPIO_SHUTDOWN_MSG: GPIO shutdown requested.

I

IGPIOManager - Interface in net.sleepymouse.jenkins.plugins.piborg.ledborg
GPIO control functions
isApplicable(Class<? extends AbstractProject>) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Descriptor
 

L

LedBorgPublisher - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
Sample Builder.
LedBorgPublisher(String, String, String, String, String) - Constructor for class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
 
LedBorgPublisher.DescriptorImpl - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
Add the descriptor class extension point
LOAD_DESCRIPTOR_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key LOAD_DESCRIPTOR_MSG: Loading descriptor persisted data.
LOG_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key LOG_MSG: [LedBorg Plugin].

M

Messages - Class in net.sleepymouse.jenkins.plugins
Generated localization support class.
Messages() - Constructor for class net.sleepymouse.jenkins.plugins.Messages
 

N

net.sleepymouse.jenkins.plugins - package net.sleepymouse.jenkins.plugins
 
net.sleepymouse.jenkins.plugins.piborg.ledborg - package net.sleepymouse.jenkins.plugins.piborg.ledborg
 

O

ONGOING_ERR() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key ONGOING_ERR: Setting LED for ongoing - This should not happen !.

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.LedBorgPublisher
Perform actions associated with the build step.
PRIVILEGE_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key PRIVILEGE_MSG: {@code Unable to get non-Privileged Access to GPIO.

R

reset() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Controller
Default the RGB LED states
reset() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.FallbackGPIOManager
Default the RGB LED states
reset() - Method in interface net.sleepymouse.jenkins.plugins.piborg.ledborg.IGPIOManager
Default the RGB LED states
reset() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.RPiGPIOManager
Default the RGB LED states
RPiGPIOManager - Class in net.sleepymouse.jenkins.plugins.piborg.ledborg
 
RPiGPIOManager(GpioController, PrintStream, Logger) - Constructor for class net.sleepymouse.jenkins.plugins.piborg.ledborg.RPiGPIOManager
 
RUNNING_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key RUNNING_MSG: GPIO interface initialised.

S

SET_LED_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key SET_LED_MSG: Setting LED colour:.
setColour(String) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Controller
Set the display colour
setColour(Constants.Colour) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.FallbackGPIOManager
Set the display colour
setColour(Constants.Colour) - Method in interface net.sleepymouse.jenkins.plugins.piborg.ledborg.IGPIOManager
Set the display colour
setColour(Constants.Colour) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.RPiGPIOManager
Set the display colour
setConsoleLogger(PrintStream) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Controller
Set the console logger
setConsoleLogger(PrintStream) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.FallbackGPIOManager
Set the console logger
setConsoleLogger(PrintStream) - Method in interface net.sleepymouse.jenkins.plugins.piborg.ledborg.IGPIOManager
Set the console logger
setConsoleLogger(PrintStream) - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.RPiGPIOManager
Set the console logger
shutdown() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.Controller
Shutdown the GPIO connectivity
shutdown() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.FallbackGPIOManager
Shutdown the GPIO connectivity
shutdown() - Method in interface net.sleepymouse.jenkins.plugins.piborg.ledborg.IGPIOManager
Shutdown the GPIO connectivity
shutdown() - Method in class net.sleepymouse.jenkins.plugins.piborg.ledborg.RPiGPIOManager
Shutdown the GPIO connectivity
START_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key START_MSG: Attempting to initialise GPIO interface.

V

valueOf(String) - Static method in enum net.sleepymouse.jenkins.plugins.piborg.ledborg.Constants.Colour
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sleepymouse.jenkins.plugins.piborg.ledborg.Constants.Colour
Returns an array containing the constants of this enum type, in the order they are declared.

_

_BAD_COLOUR_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key BAD_COLOUR_MSG: Invalid colour string supplied:.
_COLOUR_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key COLOUR_MSG: Requested LED colour to display:.
_FALLBACK_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key FALLBACK_MSG: {@code Unable to talk to RPi GPIO.
_GPIO_RESET_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key GPIO_RESET_MSG: GPIO reset requested.
_GPIO_SHUTDOWN_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key GPIO_SHUTDOWN_MSG: GPIO shutdown requested.
_LOAD_DESCRIPTOR_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key LOAD_DESCRIPTOR_MSG: Loading descriptor persisted data.
_LOG_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key LOG_MSG: [LedBorg Plugin].
_ONGOING_ERR() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key ONGOING_ERR: Setting LED for ongoing - This should not happen !.
_PRIVILEGE_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key PRIVILEGE_MSG: {@code Unable to get non-Privileged Access to GPIO.
_RUNNING_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key RUNNING_MSG: GPIO interface initialised.
_SET_LED_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key SET_LED_MSG: Setting LED colour:.
_START_MSG() - Static method in class net.sleepymouse.jenkins.plugins.Messages
Key START_MSG: Attempting to initialise GPIO interface.
B C D F G I L M N O P R S V _ 
Skip navigation links

Copyright © 2016–2017. All rights reserved.