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

A

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

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

clear() - Static method in class io.jenkins.plugins.audit.RequestContext
The methods in this class are not required by framework components that use the RequestContext properties.
CopyItem - Interface in io.jenkins.plugins.audit.event
Copy Item
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

D

DateTimeHelper - Class in io.jenkins.plugins.audit.helpers
 
DateTimeHelper() - Constructor for class io.jenkins.plugins.audit.helpers.DateTimeHelper
 
DeleteItem - Interface in io.jenkins.plugins.audit.event
Delete Item
DeleteNode - Interface in io.jenkins.plugins.audit.event
Delete Node
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
 
getDisplayName() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 
getEnterpriseNumber() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getIconFileName() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 
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.
getIpAddress() - Static method in class io.jenkins.plugins.audit.RequestContext
 
getLogDestination() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getNodeName() - Static method in class io.jenkins.plugins.audit.RequestContext
 
getRequestId() - Static method in class io.jenkins.plugins.audit.RequestContext
 
getRequestUri() - Static method in class io.jenkins.plugins.audit.RequestContext
 
getSyslogHost() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getSyslogPort() - Method in class io.jenkins.plugins.audit.config.AuditLogConfiguration
 
getTimeStamp() - Static method in class io.jenkins.plugins.audit.RequestContext
 
getUrlName() - Method in class io.jenkins.plugins.audit.config.AuditLogRootAction
 
getUserId() - Static method in class io.jenkins.plugins.audit.RequestContext
 

I

init() - Static method in class io.jenkins.plugins.audit.filter.RequestContextFilter
Registering the filter
io.jenkins.plugins.audit - package io.jenkins.plugins.audit
 
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
 
IP_ADDRESS - Static variable in class io.jenkins.plugins.audit.RequestContext
 
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

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

NODE_NAME - Static variable in class io.jenkins.plugins.audit.RequestContext
 
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

REQUEST_ID - Static variable in class io.jenkins.plugins.audit.RequestContext
 
REQUEST_URI - Static variable in class io.jenkins.plugins.audit.RequestContext
 
RequestContext - Class in io.jenkins.plugins.audit
Defines all the variables that an application needs to be available in the ThreadContext for audit logging and general application usage.
RequestContext() - Constructor for class io.jenkins.plugins.audit.RequestContext
 
RequestContextFilter - Class in io.jenkins.plugins.audit.filter
 
RequestContextFilter() - Constructor for class io.jenkins.plugins.audit.filter.RequestContextFilter
 

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
setEnterpiseNumber(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
setIpAddress(String) - Static method in class io.jenkins.plugins.audit.RequestContext
 
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
setNodeName(String) - Static method in class io.jenkins.plugins.audit.RequestContext
 
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
setRequestUri(String) - Static method in class io.jenkins.plugins.audit.RequestContext
 
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
 
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
setTimeStamp(String) - Static method in class io.jenkins.plugins.audit.RequestContext
 
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.BuildFinish
UserId : Id of the User
setUserId(String) - Method in interface io.jenkins.plugins.audit.event.BuildStart
UserId : Id of the User
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
setUserId(String) - Static method in class io.jenkins.plugins.audit.RequestContext
 

T

TIMESTAMP - Static variable in class io.jenkins.plugins.audit.RequestContext
 

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
USER_ID - Static variable in class io.jenkins.plugins.audit.RequestContext
 
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
 
A B C D F G I L N O R S T U 
Skip navigation links

Copyright © 2016–2019. All rights reserved.