Skip navigation links
A B C D F G I L N O R S T U V W 

A

AuditConfigurationFactory - Class in io.jenkins.plugins.audit.config
 
AuditConfigurationFactory() - Constructor for class io.jenkins.plugins.audit.config.AuditConfigurationFactory
 
AuditLogConfiguration - Class in io.jenkins.plugins.audit.config
 
AuditLogConfiguration() - Constructor for class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
AuditLogRootAction - Class in io.jenkins.plugins.audit.config
 
AuditLogRootAction() - Constructor for class io.jenkins.plugins.audit.config.AuditLogRootAction
 

B

build() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
BuildFinish - Interface in io.jenkins.plugins.audit.event
Finish of the Build
BuildListener - Class in io.jenkins.plugins.audit.listeners
 
BuildListener() - Constructor for class io.jenkins.plugins.audit.listeners.BuildListener
 
BuildStart - Interface in io.jenkins.plugins.audit.event
Start of the Build

C

CopyItem - Interface in io.jenkins.plugins.audit.event
Copy Item
createDefaultLayout() - Static method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
Creates an HTML Layout using the default settings.
CreateItem - Interface in io.jenkins.plugins.audit.event
Create Item
CreateNode - Interface in io.jenkins.plugins.audit.event
Create Node
CreateUser - Interface in io.jenkins.plugins.audit.event
Create User
currentDateTimeISO() - Static method in class io.jenkins.plugins.audit.helpers.DateTimeHelper
 
CustomHTMLLayout - Class in io.jenkins.plugins.audit.plugins
Outputs events as rows in an HTML table on an HTML page.
CustomHTMLLayout.Builder - Class in io.jenkins.plugins.audit.plugins
 
CustomHTMLLayout.FontSize - Enum in io.jenkins.plugins.audit.plugins
Possible font sizes

D

DateTimeHelper - Class in io.jenkins.plugins.audit.helpers
 
DateTimeHelper() - Constructor for class io.jenkins.plugins.audit.helpers.DateTimeHelper
 
DEFAULT_FONT_FAMILY - Static variable in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
Default font family: "arial,sans-serif".
DeleteItem - Interface in io.jenkins.plugins.audit.event
Delete Item
DeleteNode - Interface in io.jenkins.plugins.audit.event
Delete Node
destroy() - Method in class io.jenkins.plugins.audit.filter.RequestContextFilter
 
doDynamic() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 
doFillAppenderTypeItems() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.jenkins.plugins.audit.filter.RequestContextFilter
The filter through which the flow passes is used to set the context level attributes

F

formatDateISO(long) - Static method in class io.jenkins.plugins.audit.helpers.DateTimeHelper
Returns a date string in the ISO-8601 format

G

getAppenderType() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getCategory() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getConfiguration(LoggerContext, ConfigurationSource) - Method in class io.jenkins.plugins.audit.config.AuditConfigurationFactory
 
getConfiguration(LoggerContext, String, URI) - Method in class io.jenkins.plugins.audit.config.AuditConfigurationFactory
 
getContentType() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
 
getDisplayName() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 
getEnterpriseNumber() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getFontSize() - Method in enum io.jenkins.plugins.audit.plugins.CustomHTMLLayout.FontSize
 
getFontSize(String) - Static method in enum io.jenkins.plugins.audit.plugins.CustomHTMLLayout.FontSize
 
getFooter() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
Returns the appropriate HTML footers.
getHeader() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
Returns appropriate HTML headers.
getIconFileName() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 
getInstance() - Static method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getInstance() - Static method in class io.jenkins.plugins.audit.listeners.BuildListener
Returns a registered BuildListener instance.
getInstance() - Static method in class io.jenkins.plugins.audit.listeners.ItemChangeListener
Returns a registered ItemChangeListener instance.
getInstance() - Static method in class io.jenkins.plugins.audit.listeners.NodeChangeListener
Returns a registered NodeChangeListener instance.
getInstance() - Static method in class io.jenkins.plugins.audit.listeners.UserCreationListener
Returns a registered UserCreationListener instance.
getInstance() - Static method in class io.jenkins.plugins.audit.listeners.UserLogListener
Returns a registered UserLogListener instance.
getLogDestination() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getSupportedTypes() - Method in class io.jenkins.plugins.audit.config.AuditConfigurationFactory
 
getSyslogHost() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getSyslogPort() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getSyslogProto() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getTitle() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
For testing purposes.
getUrlName() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 

I

init() - Static method in class io.jenkins.plugins.audit.filter.RequestContextFilter
Registering the filter
init(FilterConfig) - Method in class io.jenkins.plugins.audit.filter.RequestContextFilter
 
io.jenkins.plugins.audit.config - package io.jenkins.plugins.audit.config
 
io.jenkins.plugins.audit.event - package io.jenkins.plugins.audit.event
 
io.jenkins.plugins.audit.filter - package io.jenkins.plugins.audit.filter
 
io.jenkins.plugins.audit.helpers - package io.jenkins.plugins.audit.helpers
 
io.jenkins.plugins.audit.listeners - package io.jenkins.plugins.audit.listeners
 
io.jenkins.plugins.audit.plugins - package io.jenkins.plugins.audit.plugins
 
isLocationInfo() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
For testing purposes.
ItemChangeListener - Class in io.jenkins.plugins.audit.listeners
Listener notified of any CRUD operations on items.
ItemChangeListener() - Constructor for class io.jenkins.plugins.audit.listeners.ItemChangeListener
 

L

larger() - Method in enum io.jenkins.plugins.audit.plugins.CustomHTMLLayout.FontSize
 
loggedIn(String) - Method in class io.jenkins.plugins.audit.listeners.UserLogListener
Fired when a user has logged in, event logged via Log4j-audit.
loggedOut(String) - Method in class io.jenkins.plugins.audit.listeners.UserLogListener
Fired when a user has logged out, event logged via Log4j-audit.
Login - Interface in io.jenkins.plugins.audit.event
User Login
Logout - Interface in io.jenkins.plugins.audit.event
User Logout

N

newBuilder() - Static method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
 
NodeChangeListener - Class in io.jenkins.plugins.audit.listeners
Listener notified when a node is created, updated or deleted.
NodeChangeListener() - Constructor for class io.jenkins.plugins.audit.listeners.NodeChangeListener
 

O

onChange(Saveable, XmlFile) - Method in class io.jenkins.plugins.audit.listeners.SaveableChangeListener
Fired when a saveable object is created.
onCompleted(Run<?, ?>, TaskListener) - Method in class io.jenkins.plugins.audit.listeners.BuildListener
Fired when a build is completed, event logged via Log4j-audit.
onCopied(Item, Item) - Method in class io.jenkins.plugins.audit.listeners.ItemChangeListener
Fired when a new job is created by copying from an existing job
onCreated(Item) - Method in class io.jenkins.plugins.audit.listeners.ItemChangeListener
Fired when a new job is created and added to Jenkins, before the initial configuration page is provided.
onCreated(Node) - Method in class io.jenkins.plugins.audit.listeners.NodeChangeListener
Fired when a node is created, event logged via Log4j-audit.
onDeleted(Item) - Method in class io.jenkins.plugins.audit.listeners.ItemChangeListener
Fired right before a job is going to be deleted
onDeleted(Node) - Method in class io.jenkins.plugins.audit.listeners.NodeChangeListener
Fired when a node is deleted, event logged via Log4j-audit.
onStarted(Run<?, ?>, TaskListener) - Method in class io.jenkins.plugins.audit.listeners.BuildListener
Fired when a build is started, event logged via Log4j-audit.
onUpdated(Item) - Method in class io.jenkins.plugins.audit.listeners.ItemChangeListener
Fired when a job has its configuration updated.
onUpdated(Node, Node) - Method in class io.jenkins.plugins.audit.listeners.NodeChangeListener
Fired when a node is updated, event logged via Log4j-audit.

R

RequestContextFilter - Class in io.jenkins.plugins.audit.filter
 
RequestContextFilter() - Constructor for class io.jenkins.plugins.audit.filter.RequestContextFilter
 
requiresLocation() - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
 

S

SaveableChangeListener - Class in io.jenkins.plugins.audit.listeners
 
SaveableChangeListener() - Constructor for class io.jenkins.plugins.audit.listeners.SaveableChangeListener
 
setAppenderType(String) - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
setBuildNumber(int) - Method in interface io.jenkins.plugins.audit.event.BuildFinish
Build Number : Build number
setBuildNumber(int) - Method in interface io.jenkins.plugins.audit.event.BuildStart
Build Number : Build number
setCause(List<String>) - Method in interface io.jenkins.plugins.audit.event.BuildFinish
Cause : The cause for the occurance of an action
setCause(List<String>) - Method in interface io.jenkins.plugins.audit.event.BuildStart
Cause : The cause for the occurance of an action
setEnterpriseNumber(int) - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
setFileName(String) - Method in interface io.jenkins.plugins.audit.event.UseCredentials
File name : File name
setItemName(String) - Method in interface io.jenkins.plugins.audit.event.CopyItem
Item Name : Item Name
setItemName(String) - Method in interface io.jenkins.plugins.audit.event.CreateItem
Item Name : Item Name
setItemName(String) - Method in interface io.jenkins.plugins.audit.event.DeleteItem
Item Name : Item Name
setItemName(String) - Method in interface io.jenkins.plugins.audit.event.UpdateItem
Item Name : Item Name
setItemUri(String) - Method in interface io.jenkins.plugins.audit.event.CopyItem
Item URI : Contains the original item URI
setItemUri(String) - Method in interface io.jenkins.plugins.audit.event.CreateItem
Item URI : Contains the original item URI
setItemUri(String) - Method in interface io.jenkins.plugins.audit.event.DeleteItem
Item URI : Contains the original item URI
setItemUri(String) - Method in interface io.jenkins.plugins.audit.event.UpdateItem
Item URI : Contains the original item URI
setLogDestination(String) - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
setName(String) - Method in interface io.jenkins.plugins.audit.event.UseCredentials
Name : Name
setNodeName(String) - Method in interface io.jenkins.plugins.audit.event.CreateNode
Node Name : Name of the node where action took place
setNodeName(String) - Method in interface io.jenkins.plugins.audit.event.DeleteNode
Node Name : Name of the node where action took place
setNodeName(String) - Method in interface io.jenkins.plugins.audit.event.UpdateNode
Node Name : Name of the node where action took place
setOldNodeName(String) - Method in interface io.jenkins.plugins.audit.event.UpdateNode
Old Node Name : Name of the old node which is updated recently
setProjectName(String) - Method in interface io.jenkins.plugins.audit.event.BuildFinish
Project Name : Name of the project
setProjectName(String) - Method in interface io.jenkins.plugins.audit.event.BuildStart
Project Name : Name of the project
setSourceItemUri(String) - Method in interface io.jenkins.plugins.audit.event.CopyItem
Source Item URI : Contains the source item URI of the copied item
setSyslogHost(String) - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
setSyslogPort(int) - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
setSyslogProto(String) - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.BuildFinish
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.BuildStart
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.CopyItem
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.CreateItem
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.CreateNode
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.CreateUser
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.DeleteItem
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.DeleteNode
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.Login
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.Logout
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.UpdateItem
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.UpdateKey
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.UpdateNode
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.UpdatePassword
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setTimestamp(String) - Method in interface io.jenkins.plugins.audit.event.UseCredentials
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
setUsage(String) - Method in interface io.jenkins.plugins.audit.event.UseCredentials
Usage : Usage of the entity
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.CopyItem
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.CreateItem
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.CreateNode
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.CreateUser
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.DeleteItem
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.DeleteNode
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.Login
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.Logout
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.UpdateItem
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.UpdateKey
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.UpdateNode
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.UpdatePassword
UserId : Id of the User

T

toSerializable(LogEvent) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout
Formats as a String.

U

UpdateItem - Interface in io.jenkins.plugins.audit.event
Update Item
UpdateKey - Interface in io.jenkins.plugins.audit.event
User updates API key(s)
UpdateNode - Interface in io.jenkins.plugins.audit.event
Update Node
UpdatePassword - Interface in io.jenkins.plugins.audit.event
User updates password
UseCredentials - Interface in io.jenkins.plugins.audit.event
Usage of Credentials
userCreated(String) - Method in class io.jenkins.plugins.audit.listeners.UserCreationListener
Fired when a new user account has been created.
UserCreationListener - Class in io.jenkins.plugins.audit.listeners
Listener notified of user creation events.
UserCreationListener() - Constructor for class io.jenkins.plugins.audit.listeners.UserCreationListener
 
UserLogListener - Class in io.jenkins.plugins.audit.listeners
Listener notified of user login and logout events.
UserLogListener() - Constructor for class io.jenkins.plugins.audit.listeners.UserLogListener
 

V

valueOf(String) - Static method in enum io.jenkins.plugins.audit.plugins.CustomHTMLLayout.FontSize
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenkins.plugins.audit.plugins.CustomHTMLLayout.FontSize
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCharset(Charset) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
withContentType(String) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
withFontName(String) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
withFontSize(CustomHTMLLayout.FontSize) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
withLocationInfo(boolean) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
withTitle(String) - Method in class io.jenkins.plugins.audit.plugins.CustomHTMLLayout.Builder
 
A B C D F G I L N O R S T U V W 
Skip navigation links

Copyright © 2016–2021. All rights reserved.