Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(ErrorMessage.Error) - Method in class io.jenkins.blueocean.commons.ErrorMessage
- addAll(Collection<ErrorMessage.Error>) - Method in class io.jenkins.blueocean.commons.ErrorMessage
- all() - Static method in class io.jenkins.blueocean.commons.PageStatePreloader
- ALREADY_EXISTS - Enum constant in enum io.jenkins.blueocean.commons.ErrorMessage.Error.ErrorCodes
B
- BAD_REQUEST - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- BadRequestException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.BadRequestException
- BadRequestException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.BadRequestException
- BadRequestException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.BadRequestException
- BadRequestException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.BadRequestException
- BLUEOCEAN_FEATURE_JWT_AUTHENTICATION - Static variable in class io.jenkins.blueocean.commons.BlueOceanConfigProperties
- BLUEOCEAN_FEATURE_JWT_AUTHENTICATION_PROPERTY - Static variable in class io.jenkins.blueocean.commons.BlueOceanConfigProperties
- BLUEOCEAN_ROLLBAR_ENABLED_PROPERTY - Static variable in class io.jenkins.blueocean.commons.BlueOceanConfigProperties
- BlueOceanConfigProperties - Class in io.jenkins.blueocean.commons
-
Common place put system properties that are used by blueocean modules.
- BlueOceanConfigProperties() - Constructor for class io.jenkins.blueocean.commons.BlueOceanConfigProperties
- build() - Method in class io.jenkins.blueocean.commons.MapsHelper.Builder
- Builder() - Constructor for class io.jenkins.blueocean.commons.MapsHelper.Builder
C
- chainedIterable(Iterable<? extends T>, Iterable<? extends T>) - Static method in class io.jenkins.blueocean.commons.IterableUtils
- code - Variable in class io.jenkins.blueocean.commons.ErrorMessage
- CommonsModule - Class in io.jenkins.blueocean.commons.guice
-
Commons Guice module
- CommonsModule() - Constructor for class io.jenkins.blueocean.commons.guice.CommonsModule
- configure() - Method in class io.jenkins.blueocean.commons.guice.CommonsModule
- CONFLICT - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- ConflictException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ConflictException
- ConflictException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ConflictException
- ConflictException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ConflictException
- ConflictException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ConflictException
D
- DATE_FORMAT_STRING - Static variable in class io.jenkins.blueocean.commons.JsonConverter
- DigestUtils - Class in io.jenkins.blueocean.commons
-
common place for sha 256 Hex etc...
- DigestUtils() - Constructor for class io.jenkins.blueocean.commons.DigestUtils
- doJson(StaplerRequest, StaplerResponse, Object) - Static method in class io.jenkins.blueocean.commons.stapler.Export
E
- Error(String, String, String) - Constructor for class io.jenkins.blueocean.commons.ErrorMessage.Error
- errorMessage - Variable in exception io.jenkins.blueocean.commons.ServiceException
- ErrorMessage - Class in io.jenkins.blueocean.commons
-
Describes JSON based error message.
- ErrorMessage(Integer, String) - Constructor for class io.jenkins.blueocean.commons.ErrorMessage
- ErrorMessage.Error - Class in io.jenkins.blueocean.commons
- ErrorMessage.Error.ErrorCodes - Enum in io.jenkins.blueocean.commons
- Export - Class in io.jenkins.blueocean.commons.stapler
F
- find(Iterable<? extends T>, Predicate<? super T>, T) - Static method in class io.jenkins.blueocean.commons.IterableUtils
- FORBIDDEN - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- ForbiddenException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ForbiddenException
- ForbiddenException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ForbiddenException
- ForbiddenException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ForbiddenException
- ForbiddenException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.ForbiddenException
G
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception io.jenkins.blueocean.commons.ServiceException
- getCode() - Method in class io.jenkins.blueocean.commons.ErrorMessage.Error
- getErrors() - Method in class io.jenkins.blueocean.commons.ErrorMessage
- getField() - Method in class io.jenkins.blueocean.commons.ErrorMessage.Error
- getFirst(Iterable<? extends T>, T) - Static method in class io.jenkins.blueocean.commons.IterableUtils
- getFirst(Collection<T>, T) - Static method in class io.jenkins.blueocean.commons.ListsUtils
- getIterable(Stream<T>) - Static method in class io.jenkins.blueocean.commons.IterableUtils
- getMessage() - Method in class io.jenkins.blueocean.commons.ErrorMessage.Error
- getNext(Iterator<? extends T>, T) - Static method in class io.jenkins.blueocean.commons.IterableUtils
- getStateJson() - Method in class io.jenkins.blueocean.commons.PageStatePreloader
-
Get the state JSON to be set in the page's JavaScript blueocean global scope.
- getStatePropertyPath() - Method in class io.jenkins.blueocean.commons.PageStatePreloader
-
Get the JavaScript object graph path at which the state is to be stored.
H
- Handler() - Constructor for class io.jenkins.blueocean.commons.stapler.JsonBody.Handler
- hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class io.jenkins.blueocean.commons.guice.Slf4jTypeListener
I
- InjectLogger - Annotation Type in io.jenkins.blueocean.commons.guice
- injectMembers(T) - Method in class io.jenkins.blueocean.commons.guice.Slf4jMembersInjector
- INTERNAL_SERVER_ERROR - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- INVALID - Enum constant in enum io.jenkins.blueocean.commons.ErrorMessage.Error.ErrorCodes
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class io.jenkins.blueocean.commons.stapler.TreeResponse.Processor
- io.jenkins.blueocean.commons - package io.jenkins.blueocean.commons
- io.jenkins.blueocean.commons.guice - package io.jenkins.blueocean.commons.guice
- io.jenkins.blueocean.commons.stapler - package io.jenkins.blueocean.commons.stapler
- IterableUtils - Class in io.jenkins.blueocean.commons
J
- JSON - Class in io.jenkins.blueocean.commons
-
JSON Utility
- JsonBody - Annotation Type in io.jenkins.blueocean.commons.stapler
-
Binds the body payload into POJO via json-lib.
- JsonBody.Handler - Class in io.jenkins.blueocean.commons.stapler
- JsonConverter - Class in io.jenkins.blueocean.commons
- JsonConverter() - Constructor for class io.jenkins.blueocean.commons.JsonConverter
L
- ListsUtils - Class in io.jenkins.blueocean.commons
- ListsUtils() - Constructor for class io.jenkins.blueocean.commons.ListsUtils
M
- MapsHelper - Class in io.jenkins.blueocean.commons
-
Some helpers to replace some Guava collections tools
- MapsHelper.Builder<K,
V> - Class in io.jenkins.blueocean.commons - message - Variable in class io.jenkins.blueocean.commons.ErrorMessage
- METHOD_NOT_ALLOWED - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- MethodNotAllowedException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.MethodNotAllowedException
- MethodNotAllowedException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.MethodNotAllowedException
- MethodNotAllowedException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.MethodNotAllowedException
- MethodNotAllowedException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.MethodNotAllowedException
- MISSING - Enum constant in enum io.jenkins.blueocean.commons.ErrorMessage.Error.ErrorCodes
N
- NOT_FOUND - Enum constant in enum io.jenkins.blueocean.commons.ErrorMessage.Error.ErrorCodes
- NOT_FOUND - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- NOT_IMPLEMENTED - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- NotFoundException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotFoundException
- NotFoundException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotFoundException
- NotFoundException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotFoundException
- NotFoundException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotFoundException
- NotImplementedException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotImplementedException
- NotImplementedException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotImplementedException
- NotImplementedException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotImplementedException
- NotImplementedException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.NotImplementedException
O
- of(Map<K, V>) - Static method in class io.jenkins.blueocean.commons.MapsHelper
- of(K, V) - Static method in class io.jenkins.blueocean.commons.MapsHelper
- of(K, V, K, V) - Static method in class io.jenkins.blueocean.commons.MapsHelper
- of(K, V, K, V, K, V) - Static method in class io.jenkins.blueocean.commons.MapsHelper
- of(K, V, K, V, K, V, K, V) - Static method in class io.jenkins.blueocean.commons.MapsHelper
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class io.jenkins.blueocean.commons.MapsHelper
- om - Static variable in class io.jenkins.blueocean.commons.JsonConverter
P
- PageStatePreloader - Class in io.jenkins.blueocean.commons
-
Page state "preloader" extension point.
- PageStatePreloader() - Constructor for class io.jenkins.blueocean.commons.PageStatePreloader
- parse(StaplerRequest, Annotation, Class, String) - Method in class io.jenkins.blueocean.commons.stapler.JsonBody.Handler
- PRECONDITION_REQUIRED - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- PreconditionRequired(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.PreconditionRequired
- PreconditionRequired(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.PreconditionRequired
- PreconditionRequired(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.PreconditionRequired
- PreconditionRequired(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.PreconditionRequired
- Processor() - Constructor for class io.jenkins.blueocean.commons.stapler.TreeResponse.Processor
- put(K, V) - Method in class io.jenkins.blueocean.commons.MapsHelper.Builder
R
- ROLLBAR_ENABLED - Static variable in class io.jenkins.blueocean.commons.BlueOceanConfigProperties
S
- sanitizeString(String) - Static method in class io.jenkins.blueocean.commons.JSON
-
Sanitises string by removing any ISO control characters, tabs and line breaks
- SCM_ORGANIZATIONS_URI - Static variable in class io.jenkins.blueocean.commons.stapler.TreeResponse.Processor
- ServiceException - Exception in io.jenkins.blueocean.commons
-
This exception class to be used by all service methods.
- ServiceException(int, ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException
- ServiceException(int, String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException
- ServiceException(int, String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException
- ServiceException.BadRequestException - Exception in io.jenkins.blueocean.commons
- ServiceException.ConflictException - Exception in io.jenkins.blueocean.commons
- ServiceException.ForbiddenException - Exception in io.jenkins.blueocean.commons
- ServiceException.MethodNotAllowedException - Exception in io.jenkins.blueocean.commons
- ServiceException.NotFoundException - Exception in io.jenkins.blueocean.commons
-
Convenience exception classes modeled after HTTP exceptions
- ServiceException.NotImplementedException - Exception in io.jenkins.blueocean.commons
- ServiceException.PreconditionRequired - Exception in io.jenkins.blueocean.commons
- ServiceException.TooManyRequestsException - Exception in io.jenkins.blueocean.commons
- ServiceException.UnauthorizedException - Exception in io.jenkins.blueocean.commons
- ServiceException.UnexpectedErrorException - Exception in io.jenkins.blueocean.commons
- ServiceException.UnprocessableEntityException - Exception in io.jenkins.blueocean.commons
- ServiceException.UnsupportedMediaTypeException - Exception in io.jenkins.blueocean.commons
- sha256(byte[]) - Static method in class io.jenkins.blueocean.commons.DigestUtils
- sha256(String) - Static method in class io.jenkins.blueocean.commons.DigestUtils
- sha256(String, Charset) - Static method in class io.jenkins.blueocean.commons.DigestUtils
- sha256Hex(String) - Static method in class io.jenkins.blueocean.commons.DigestUtils
- size(Iterable<? extends T>) - Static method in class io.jenkins.blueocean.commons.IterableUtils
- Slf4jMembersInjector<T> - Class in io.jenkins.blueocean.commons.guice
- Slf4jTypeListener - Class in io.jenkins.blueocean.commons.guice
- Slf4jTypeListener() - Constructor for class io.jenkins.blueocean.commons.guice.Slf4jTypeListener
- status - Variable in exception io.jenkins.blueocean.commons.ServiceException
T
- toJava(InputStream, Class<T>) - Static method in class io.jenkins.blueocean.commons.JsonConverter
- toJava(Reader, Class<T>) - Static method in class io.jenkins.blueocean.commons.JsonConverter
- toJava(String, Class<T>) - Static method in class io.jenkins.blueocean.commons.JsonConverter
- toJson() - Method in exception io.jenkins.blueocean.commons.ServiceException
- toJson(Object) - Static method in class io.jenkins.blueocean.commons.JsonConverter
- toJson(Object) - Static method in class io.jenkins.blueocean.commons.stapler.Export
-
Serialize the supplied object to JSON and return as a
String
. - toJson(Object, boolean) - Static method in class io.jenkins.blueocean.commons.stapler.Export
-
Serialize the supplied object to JSON and return as a
String
. - toJson(Object, Writer) - Static method in class io.jenkins.blueocean.commons.stapler.Export
-
Serialize the supplied object to JSON and write to the supplied
Writer
. - toJson(Object, Writer, boolean) - Static method in class io.jenkins.blueocean.commons.stapler.Export
-
Serialize the supplied object to JSON and write to the supplied
Writer
. - TOO_MANY_REQUESTS - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- TooManyRequestsException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.TooManyRequestsException
- TooManyRequestsException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.TooManyRequestsException
- TooManyRequestsException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.TooManyRequestsException
- TooManyRequestsException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.TooManyRequestsException
- TreeResponse - Annotation Type in io.jenkins.blueocean.commons.stapler
-
Takes the return value of a web method and serve it as a JSON representation via
Api
class. - TreeResponse.Processor - Class in io.jenkins.blueocean.commons.stapler
U
- UNAUTHORIZED - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- UnauthorizedException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnauthorizedException
- UnauthorizedException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnauthorizedException
- UnauthorizedException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnauthorizedException
- UnauthorizedException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnauthorizedException
- UnexpectedErrorException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnexpectedErrorException
- UnexpectedErrorException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnexpectedErrorException
- UnexpectedErrorException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnexpectedErrorException
- UnexpectedErrorException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnexpectedErrorException
- UNPROCESSABLE_ENTITY - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- UnprocessableEntityException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnprocessableEntityException
- UnprocessableEntityException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnprocessableEntityException
- UnprocessableEntityException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnprocessableEntityException
- UnprocessableEntityException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnprocessableEntityException
- UNSUPPORTED_MEDIA_TYPE - Static variable in exception io.jenkins.blueocean.commons.ServiceException
- UnsupportedMediaTypeException(ErrorMessage) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnsupportedMediaTypeException
- UnsupportedMediaTypeException(ErrorMessage, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnsupportedMediaTypeException
- UnsupportedMediaTypeException(String) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnsupportedMediaTypeException
- UnsupportedMediaTypeException(String, Throwable) - Constructor for exception io.jenkins.blueocean.commons.ServiceException.UnsupportedMediaTypeException
V
- valueOf(String) - Static method in enum io.jenkins.blueocean.commons.ErrorMessage.Error.ErrorCodes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.jenkins.blueocean.commons.ErrorMessage.Error.ErrorCodes
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form