Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Action - Class in io.github.hillelmed.jenkins.client.domain.job
- Action() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Action
- Action() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItem.Action
- ANONYMOUS - Enum constant in enum class io.github.hillelmed.jenkins.client.auth.AuthenticationType
- api() - Method in class io.github.hillelmed.jenkins.client.JenkinsClient
- API_TOKEN_ENVIRONMENT_VARIABLE - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- API_TOKEN_SYSTEM_PROPERTY - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- apiToken(String) - Method in class io.github.hillelmed.jenkins.client.JenkinsAuthentication.JenkinsAuthenticationBuilder
-
Set 'UsernameApiToken' credentials.
- ApiToken - Class in io.github.hillelmed.jenkins.client.domain.user
- ApiToken() - Constructor for class io.github.hillelmed.jenkins.client.domain.user.ApiToken
- ApiTokenData - Class in io.github.hillelmed.jenkins.client.domain.user
- ApiTokenData() - Constructor for class io.github.hillelmed.jenkins.client.domain.user.ApiTokenData
- apply(String) - Method in interface io.github.hillelmed.jenkins.client.features.ConfigurationAsCodeApi
- artifact(String, String, int, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- Artifact - Class in io.github.hillelmed.jenkins.client.domain.job
- Artifact() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Artifact
- AssignedLabel() - Constructor for class io.github.hillelmed.jenkins.client.domain.system.SystemInfo.AssignedLabel
- AuthenticationType - Enum Class in io.github.hillelmed.jenkins.client.auth
-
Supported Authentication Types for Jenkins.
B
- build(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- build(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- builder() - Method in class io.github.hillelmed.jenkins.client.handlers.JenkinsUriTemplateHandler
- buildInfo(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- buildInfo(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- BuildInfo - Class in io.github.hillelmed.jenkins.client.domain.job
- BuildInfo() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.BuildInfo
- buildMapFromParamsStr(String) - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
- buildPluginXmlRequest(String) - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
- buildWithParameters(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- buildWithParameters(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- buildWithParameters(String, String, Map<String, List<String>>) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- buildWithParameters(String, Map<String, List<String>>) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
C
- cancel(int) - Method in interface io.github.hillelmed.jenkins.client.features.QueueApi
-
Cancel a queue item before it gets built.
- cancelQuietDown() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
- Cause - Class in io.github.hillelmed.jenkins.client.domain.job
- Cause() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Cause
- Cause() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItem.Cause
- ChangeSet - Class in io.github.hillelmed.jenkins.client.domain.job
- ChangeSet() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.ChangeSet
- ChangeSetList - Class in io.github.hillelmed.jenkins.client.domain.job
- ChangeSetList() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.ChangeSetList
- check(String) - Method in interface io.github.hillelmed.jenkins.client.features.ConfigurationAsCodeApi
- close() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- close() - Method in class io.github.hillelmed.jenkins.client.JenkinsClient
- code() - Method in exception io.github.hillelmed.jenkins.client.exception.JenkinsAppException
- config(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- config(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- configurationAsCodeApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- configurationAsCodeApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- ConfigurationAsCodeApi - Interface in io.github.hillelmed.jenkins.client.features
- create(JenkinsProperties) - Static method in class io.github.hillelmed.jenkins.client.JenkinsClient
-
Create a JenkinsClient inferring endpoint and authentication from environment and system properties.
- create(JenkinsProperties, WebClient) - Static method in class io.github.hillelmed.jenkins.client.JenkinsClient
- create(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- create(String, String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- credentials(String) - Method in class io.github.hillelmed.jenkins.client.JenkinsAuthentication.JenkinsAuthenticationBuilder
-
Set 'UsernamePassword' credentials.
- CREDENTIALS_ENVIRONMENT_VARIABLE - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- CREDENTIALS_SYSTEM_PROPERTY - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- crumb() - Method in interface io.github.hillelmed.jenkins.client.features.CrumbIssuerApi
- Crumb - Class in io.github.hillelmed.jenkins.client.domain.crumb
- Crumb() - Constructor for class io.github.hillelmed.jenkins.client.domain.crumb.Crumb
- crumbIssuerApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- crumbIssuerApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- CrumbIssuerApi - Interface in io.github.hillelmed.jenkins.client.features
- CrumbMissing - Exception in io.github.hillelmed.jenkins.client.exception
-
Thrown when an action has breached the licensed user limit of the server, or degrading the authenticated user's permission level.
- CrumbMissing(String, List<JenkinsError>, HttpStatusCode, Throwable) - Constructor for exception io.github.hillelmed.jenkins.client.exception.CrumbMissing
- Culprit - Class in io.github.hillelmed.jenkins.client.domain.job
- Culprit() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Culprit
D
- DEFAULT_ENDPOINT - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- delete(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- delete(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- description(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- description(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- disable(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- disable(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
E
- enable(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- enable(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- encodedCred(String) - Method in class io.github.hillelmed.jenkins.client.JenkinsAuthentication.JenkinsAuthenticationBuilder
- ENDPOINT_ENVIRONMENT_VARIABLE - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- ENDPOINT_SYSTEM_PROPERTY - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- Error - Class in io.github.hillelmed.jenkins.client.domain.common
- Error() - Constructor for class io.github.hillelmed.jenkins.client.domain.common.Error
- errors() - Method in exception io.github.hillelmed.jenkins.client.exception.JenkinsAppException
- Executable - Class in io.github.hillelmed.jenkins.client.domain.queue
- Executable() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.Executable
- Executable() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItem.Executable
- exit() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
- expand(String, Object...) - Method in class io.github.hillelmed.jenkins.client.handlers.JenkinsUriTemplateHandler
- expand(String, Map<String, ?>) - Method in class io.github.hillelmed.jenkins.client.handlers.JenkinsUriTemplateHandler
F
- filter(ClientRequest, ExchangeFunction) - Method in class io.github.hillelmed.jenkins.client.filters.JenkinsAuthenticationFilter
- filter(ClientRequest, ExchangeFunction) - Method in class io.github.hillelmed.jenkins.client.filters.JenkinsUserInjectionFilter
- filter(ClientRequest, ExchangeFunction) - Method in class io.github.hillelmed.jenkins.client.filters.ScrubNullFolderParam
G
- generateNewToken(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.UserApi
- get(String) - Method in interface io.github.hillelmed.jenkins.client.features.UserApi
- getQueueItemIntegerResponse(HttpHeaders) - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
- getTextSize(HttpHeaders) - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
H
- handler() - Static method in class io.github.hillelmed.jenkins.client.handlers.JenkinsErrorHandler
- hasMoreData(HttpHeaders) - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
I
- inferAuthentication() - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
-
Find credentials (ApiToken, UsernamePassword, or Anonymous) from system/environment.
- inferEndpoint() - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
-
Find endpoint searching first within `System Properties` and then within `Environment Variables` returning whichever has a value first.
- installNecessaryPlugins(String) - Method in interface io.github.hillelmed.jenkins.client.features.PluginManagerApi
- IntegerResponse - Class in io.github.hillelmed.jenkins.client.domain.common
- IntegerResponse() - Constructor for class io.github.hillelmed.jenkins.client.domain.common.IntegerResponse
- io.github.hillelmed.jenkins.client - package io.github.hillelmed.jenkins.client
- io.github.hillelmed.jenkins.client.auth - package io.github.hillelmed.jenkins.client.auth
- io.github.hillelmed.jenkins.client.config - package io.github.hillelmed.jenkins.client.config
- io.github.hillelmed.jenkins.client.domain.common - package io.github.hillelmed.jenkins.client.domain.common
- io.github.hillelmed.jenkins.client.domain.crumb - package io.github.hillelmed.jenkins.client.domain.crumb
- io.github.hillelmed.jenkins.client.domain.job - package io.github.hillelmed.jenkins.client.domain.job
- io.github.hillelmed.jenkins.client.domain.plugins - package io.github.hillelmed.jenkins.client.domain.plugins
- io.github.hillelmed.jenkins.client.domain.queue - package io.github.hillelmed.jenkins.client.domain.queue
- io.github.hillelmed.jenkins.client.domain.statistics - package io.github.hillelmed.jenkins.client.domain.statistics
- io.github.hillelmed.jenkins.client.domain.system - package io.github.hillelmed.jenkins.client.domain.system
- io.github.hillelmed.jenkins.client.domain.user - package io.github.hillelmed.jenkins.client.domain.user
- io.github.hillelmed.jenkins.client.exception - package io.github.hillelmed.jenkins.client.exception
- io.github.hillelmed.jenkins.client.features - package io.github.hillelmed.jenkins.client.features
- io.github.hillelmed.jenkins.client.filters - package io.github.hillelmed.jenkins.client.filters
- io.github.hillelmed.jenkins.client.handlers - package io.github.hillelmed.jenkins.client.handlers
J
- JENKINS_COOKIES_JSESSIONID - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- JenkinsApi - Interface in io.github.hillelmed.jenkins.client
- JenkinsApiClientImpl - Class in io.github.hillelmed.jenkins.client
- JenkinsApiClientImpl(JenkinsProperties, WebClient) - Constructor for class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- JenkinsAppException - Exception in io.github.hillelmed.jenkins.client.exception
-
Thrown when an action has breached the licensed user limit of the server, or degrading the authenticated user's permission level.
- JenkinsAppException(String, List<JenkinsError>, HttpStatusCode) - Constructor for exception io.github.hillelmed.jenkins.client.exception.JenkinsAppException
- JenkinsAppException(String, List<JenkinsError>, HttpStatusCode, Throwable) - Constructor for exception io.github.hillelmed.jenkins.client.exception.JenkinsAppException
- JenkinsAuthentication - Class in io.github.hillelmed.jenkins.client
-
Credentials instance for Jenkins authentication.
- JenkinsAuthentication() - Constructor for class io.github.hillelmed.jenkins.client.JenkinsAuthentication
- JenkinsAuthentication.JenkinsAuthenticationBuilder - Class in io.github.hillelmed.jenkins.client
- JenkinsAuthenticationBuilder() - Constructor for class io.github.hillelmed.jenkins.client.JenkinsAuthentication.JenkinsAuthenticationBuilder
- JenkinsAuthenticationFilter - Class in io.github.hillelmed.jenkins.client.filters
- JenkinsAuthenticationFilter() - Constructor for class io.github.hillelmed.jenkins.client.filters.JenkinsAuthenticationFilter
- JenkinsClient - Class in io.github.hillelmed.jenkins.client
- JenkinsConstants - Class in io.github.hillelmed.jenkins.client
-
Various constants that can be used in a global context.
- JenkinsConstants() - Constructor for class io.github.hillelmed.jenkins.client.JenkinsConstants
- JenkinsError - Class in io.github.hillelmed.jenkins.client.exception
- JenkinsError() - Constructor for class io.github.hillelmed.jenkins.client.exception.JenkinsError
- JenkinsErrorHandler - Class in io.github.hillelmed.jenkins.client.handlers
-
Handle errors and propagate exception
- JenkinsErrorHandler() - Constructor for class io.github.hillelmed.jenkins.client.handlers.JenkinsErrorHandler
- JenkinsProperties - Class in io.github.hillelmed.jenkins.client.config
- JenkinsProperties(String, JenkinsAuthentication) - Constructor for class io.github.hillelmed.jenkins.client.config.JenkinsProperties
- JenkinsUriTemplateHandler - Class in io.github.hillelmed.jenkins.client.handlers
- JenkinsUriTemplateHandler(String) - Constructor for class io.github.hillelmed.jenkins.client.handlers.JenkinsUriTemplateHandler
- JenkinsUserInjectionFilter - Class in io.github.hillelmed.jenkins.client.filters
- JenkinsUserInjectionFilter() - Constructor for class io.github.hillelmed.jenkins.client.filters.JenkinsUserInjectionFilter
- JenkinsUtils - Class in io.github.hillelmed.jenkins.client
-
Collection of static methods to be used globally.
- JenkinsUtils() - Constructor for class io.github.hillelmed.jenkins.client.JenkinsUtils
- Job - Class in io.github.hillelmed.jenkins.client.domain.job
- Job() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Job
- jobInfo(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- jobInfo(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- JobInfo - Class in io.github.hillelmed.jenkins.client.domain.job
- JobInfo() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.JobInfo
- jobList() - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- jobList(Integer, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- jobList(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- jobList(String, Integer, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- JobList - Class in io.github.hillelmed.jenkins.client.domain.job
- JobList() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.JobList
- JobListTree - Class in io.github.hillelmed.jenkins.client.domain.job
- JobListTree() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.JobListTree
- jobsApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- jobsApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- JobsApi - Interface in io.github.hillelmed.jenkins.client.features
K
- kill(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- kill(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
L
- lastBuildNumber(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- lastBuildNumber(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- lastBuildTimestamp(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- lastBuildTimestamp(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
O
- overallLoad() - Method in interface io.github.hillelmed.jenkins.client.features.StatisticsApi
- OverallLoad - Class in io.github.hillelmed.jenkins.client.domain.statistics
- OverallLoad() - Constructor for class io.github.hillelmed.jenkins.client.domain.statistics.OverallLoad
- OverallLoad() - Constructor for class io.github.hillelmed.jenkins.client.domain.system.SystemInfo.OverallLoad
P
- Parameter - Class in io.github.hillelmed.jenkins.client.domain.job
- Parameter() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Parameter
- Parameter() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItem.Parameter
- pipelineNode(String, int, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- pipelineNode(String, String, int, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- PipelineNode - Class in io.github.hillelmed.jenkins.client.domain.job
- PipelineNode() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.PipelineNode
- pipelineNodeLog(String, int, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- pipelineNodeLog(String, String, int, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- PipelineNodeLog - Class in io.github.hillelmed.jenkins.client.domain.job
- PipelineNodeLog() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.PipelineNodeLog
- Plugin - Class in io.github.hillelmed.jenkins.client.domain.plugins
- Plugin() - Constructor for class io.github.hillelmed.jenkins.client.domain.plugins.Plugin
- pluginManagerApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- pluginManagerApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- PluginManagerApi - Interface in io.github.hillelmed.jenkins.client.features
- plugins(Integer) - Method in interface io.github.hillelmed.jenkins.client.features.PluginManagerApi
- plugins(Integer, String) - Method in interface io.github.hillelmed.jenkins.client.features.PluginManagerApi
- PluginsWrapper - Class in io.github.hillelmed.jenkins.client.domain.plugins
- PluginsWrapper() - Constructor for class io.github.hillelmed.jenkins.client.domain.plugins.PluginsWrapper
- PrimaryView() - Constructor for class io.github.hillelmed.jenkins.client.domain.system.SystemInfo.PrimaryView
- progressiveText(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- progressiveText(String, int, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- progressiveText(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- progressiveText(String, String, int, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- Property() - Constructor for class io.github.hillelmed.jenkins.client.domain.user.User.Property
- pushConfig(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- pushConfig(String, String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- pushDescription(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- pushDescription(String, String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
Q
- queue() - Method in interface io.github.hillelmed.jenkins.client.features.QueueApi
- queueApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- queueApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- QueueApi - Interface in io.github.hillelmed.jenkins.client.features
- queueItem(int) - Method in interface io.github.hillelmed.jenkins.client.features.QueueApi
-
Get a specific queue item.
- QueueItem - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItem() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItem
- QueueItem.Action - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItem.Cause - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItem.Executable - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItem.Parameter - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItem.Task - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItemsArray - Class in io.github.hillelmed.jenkins.client.domain.queue
- QueueItemsArray() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItemsArray
- quietDown() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
R
- rename(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- rename(String, String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- restart() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
- retrieveExternalValue(String, String) - Static method in class io.github.hillelmed.jenkins.client.JenkinsUtils
-
If the passed systemProperty is non-null, we will attempt to query the `System Properties` for a value and return it.
- revoke(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.UserApi
- runHistory(String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- runHistory(String, String) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
S
- safeExit() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
- safeRestart() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
- ScrubNullFolderParam - Class in io.github.hillelmed.jenkins.client.filters
- ScrubNullFolderParam() - Constructor for class io.github.hillelmed.jenkins.client.filters.ScrubNullFolderParam
- Stage - Class in io.github.hillelmed.jenkins.client.domain.job
- Stage() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Stage
- StageFlowNode - Class in io.github.hillelmed.jenkins.client.domain.job
- StageFlowNode() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.StageFlowNode
- statisticsApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- statisticsApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- StatisticsApi - Interface in io.github.hillelmed.jenkins.client.features
- stop(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- stop(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- systemApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- systemApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- SystemApi - Interface in io.github.hillelmed.jenkins.client.features
- systemInfo() - Method in interface io.github.hillelmed.jenkins.client.features.SystemApi
- SystemInfo - Class in io.github.hillelmed.jenkins.client.domain.system
- SystemInfo() - Constructor for class io.github.hillelmed.jenkins.client.domain.system.SystemInfo
- SystemInfo.AssignedLabel - Class in io.github.hillelmed.jenkins.client.domain.system
- SystemInfo.OverallLoad - Class in io.github.hillelmed.jenkins.client.domain.system
- SystemInfo.PrimaryView - Class in io.github.hillelmed.jenkins.client.domain.system
- SystemInfo.UnlabeledLoad - Class in io.github.hillelmed.jenkins.client.domain.system
- SystemInfo.View - Class in io.github.hillelmed.jenkins.client.domain.system
T
- Task - Class in io.github.hillelmed.jenkins.client.domain.queue
- Task() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.QueueItem.Task
- Task() - Constructor for class io.github.hillelmed.jenkins.client.domain.queue.Task
- term(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- term(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- testReport(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- testReport(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
U
- UnlabeledLoad() - Constructor for class io.github.hillelmed.jenkins.client.domain.system.SystemInfo.UnlabeledLoad
- uriString(String) - Method in class io.github.hillelmed.jenkins.client.handlers.JenkinsUriTemplateHandler
- User - Class in io.github.hillelmed.jenkins.client.domain.user
- User() - Constructor for class io.github.hillelmed.jenkins.client.domain.user.User
- USER_IN_USER_API - Static variable in class io.github.hillelmed.jenkins.client.JenkinsConstants
- User.Property - Class in io.github.hillelmed.jenkins.client.domain.user
- userApi() - Method in interface io.github.hillelmed.jenkins.client.JenkinsApi
- userApi() - Method in class io.github.hillelmed.jenkins.client.JenkinsApiClientImpl
- UserApi - Interface in io.github.hillelmed.jenkins.client.features
-
The UserApi.
- USERNAME_API_TOKEN - Enum constant in enum class io.github.hillelmed.jenkins.client.auth.AuthenticationType
- USERNAME_PASSWORD - Enum constant in enum class io.github.hillelmed.jenkins.client.auth.AuthenticationType
V
- valueOf(String) - Static method in enum class io.github.hillelmed.jenkins.client.auth.AuthenticationType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.hillelmed.jenkins.client.auth.AuthenticationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- View() - Constructor for class io.github.hillelmed.jenkins.client.domain.system.SystemInfo.View
W
- workflow(String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- workflow(String, String, int) - Method in interface io.github.hillelmed.jenkins.client.features.JobsApi
- Workflow - Class in io.github.hillelmed.jenkins.client.domain.job
- Workflow() - Constructor for class io.github.hillelmed.jenkins.client.domain.job.Workflow
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form