跳过导航链接
A C D E F G H I J L M N P R S V Y _ 

A

AbstractFormat - com.bluersw.analyze中的类
分析文件内容抽象类 Analysis file content abstract class
AbstractFormat(String) - 类 的构造器com.bluersw.analyze.AbstractFormat
构造函数 Constructor
AbstractFormat(InputStream) - 类 的构造器com.bluersw.analyze.AbstractFormat
构造函数 Constructor
add(String, String, boolean) - 类 中的方法com.bluersw.model.CheckboxList
添加一个复选框 Add a checkbox

C

CheckboxList - com.bluersw.model中的类
复选框列表JSON对象 Checkbox list JSON object
CheckboxList() - 类 的构造器com.bluersw.model.CheckboxList
 
CheckboxList.CheckboxModel - com.bluersw.model中的类
复选框数据模型定义 Checkbox data model definition
CheckboxModel(String, String, String) - 类 的构造器com.bluersw.model.CheckboxList.CheckboxModel
 
CheckboxParameterDefinition - com.bluersw中的类
自定义复选框构建参数定义类 Custom check box construction parameter definition class
CheckboxParameterDefinition(String, String, Protocol, Format, String, String, String, JSONObject) - 类 的构造器com.bluersw.CheckboxParameterDefinition
 
CheckboxParameterDefinition.DescriptorImpl - com.bluersw中的类
 
CheckboxParameterDefinition_CreateCheckboxFailed() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.CreateCheckboxFailed: Failed to create checkbox.
CheckboxParameterDefinition_DescriptorImpl_DisplayName() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.DescriptorImpl.DisplayName: Custom Checkbox Parameter.
CheckboxParameterDefinition_DisplayNodePath_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.DisplayNodePath.IsBlank: The node path used for checkbox display content cannot be empty.
CheckboxParameterDefinition_GetFileFailed() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.GetFileFailed: Failed to get file.
CheckboxParameterDefinition_Name_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.Name.IsBlank: Parameter name cannot be empty.
CheckboxParameterDefinition_TlsVersion_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.TlsVersion.IsBlank: The TLS version used for HTTPS links cannot be empty, can be set to TLSv1.2.
CheckboxParameterDefinition_ValueNodePath_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.ValueNodePath.IsBlank: The node path used for the content of the checkbox value cannot be empty.
CheckboxParameterRebuild - com.bluersw中的类
 
CheckboxParameterRebuild() - 类 的构造器com.bluersw.CheckboxParameterRebuild
 
CheckboxParameterValue - com.bluersw中的类
用户勾选复选框的值,用","分割的字符串 The user selects the value of the check box, and the string separated by ","
CheckboxParameterValue(String, String) - 类 的构造器com.bluersw.CheckboxParameterValue
 
checked - 类 中的变量com.bluersw.model.CheckboxList.CheckboxModel
 
com.bluersw - 程序包 com.bluersw
 
com.bluersw.analyze - 程序包 com.bluersw.analyze
 
com.bluersw.model - 程序包 com.bluersw.model
 
com.bluersw.source - 程序包 com.bluersw.source
 
compareTo(CheckboxParameterDefinition) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
Configuration - com.bluersw.analyze中的接口
文档内容操作接口 Document content operation interface
ConfigurationFactory - com.bluersw.analyze中的类
文件内容操作对象工厂 File content operation object factory
ConfigurationFactory() - 类 的构造器com.bluersw.analyze.ConfigurationFactory
 
content - 类 中的变量com.bluersw.analyze.AbstractFormat
 
createConfiguration(Format, String) - 类 中的静态方法com.bluersw.analyze.ConfigurationFactory
根据文档类型和内容创建文件内容操作对象 Create file content operation object according to document type and content
createConfiguration(Format, InputStream) - 类 中的静态方法com.bluersw.analyze.ConfigurationFactory
根据文档类型和流对象创建文件内容操作对象 Create file content operation objects based on document types and stream objects
createDataSource(Protocol, String) - 类 中的静态方法com.bluersw.source.DataSourceFactory
创建数据源对象 Create a data source object
createValue(StaplerRequest, JSONObject) - 类 中的方法com.bluersw.CheckboxParameterDefinition
根据用户勾选的复选框创建构建参数返回值 Create the return value of the build parameter according to the check box checked by the user
createValue(StaplerRequest) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
createValue(CLICommand, String) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 

D

data - 类 中的变量com.bluersw.analyze.AbstractFormat
 
DataSource - com.bluersw.source中的接口
数据源接口 Data source interface
DataSourceFactory - com.bluersw.source中的类
数据源对象工厂类 Data source object factory class
DataSourceFactory() - 类 的构造器com.bluersw.source.DataSourceFactory
 
DescriptorImpl() - 类 的构造器com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 
doCheckDisplayNodePath(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 
doCheckName(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 
doCheckTlsVersion(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 
doCheckValueNodePath(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 
doFillCheckboxItems(Job, String) - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 

E

EmptyFormat - com.bluersw.analyze中的类
如果URI和用户输入内容都是空的情况下创建空文档对象 Create empty document object if both URI and user input are empty
EmptyFormat(String) - 类 的构造器com.bluersw.analyze.EmptyFormat
 
EmptyFormat(InputStream) - 类 的构造器com.bluersw.analyze.EmptyFormat
 

F

FileRead - com.bluersw.source中的类
文件读取类 File reading class
FileRead(String) - 类 的构造器com.bluersw.source.FileRead
构建函数 Constructor
Format - com.bluersw.analyze中的枚举
文档类型定义 Document type definition

G

generateResponse(StaplerRequest, StaplerResponse, Object) - 类 中的方法com.bluersw.model.CheckboxList
 
get() - 接口 中的方法com.bluersw.source.DataSource
获取数据 retrieve data
get() - 类 中的方法com.bluersw.source.FileRead
 
get() - 类 中的方法com.bluersw.source.HttpRequest
获得GET请求的响应结果 Get the response result of GET request
getCheckboxList() - 类 中的方法com.bluersw.CheckboxParameterDefinition
根据文件内容创建复选框列表 Create checkbox list based on file content
getContent() - 类 中的方法com.bluersw.model.Result
方法返回的数据 The data returned by the method
getDefaultParameterValue() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getDefaultValue() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getDescriptor() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getDisplayName() - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 
getDisplayNodePath() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getDivId() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getFormat() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getMessage() - 类 中的方法com.bluersw.model.Result
方法关于执行结果的说明 Description of the method's execution results
getProtocol() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getRebuildPage(ParameterValue) - 类 中的方法com.bluersw.CheckboxParameterRebuild
 
getStatusCode() - 接口 中的方法com.bluersw.source.DataSource
获取执行结果状态码 Get execution result status code
getStatusCode() - 类 中的方法com.bluersw.source.FileRead
 
getStatusCode() - 类 中的方法com.bluersw.source.HttpRequest
获得请求结果HTTP状态码 Get request result HTTP status code
getStatusLine() - 接口 中的方法com.bluersw.source.DataSource
获取执行结果状态的字符串说明 Get string description of execution result status
getStatusLine() - 类 中的方法com.bluersw.source.FileRead
 
getStatusLine() - 类 中的方法com.bluersw.source.HttpRequest
获得请求结果HTTP状态的字符串说明 Get the string description of the HTTP status of the request result
getSubmitContent() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getUri() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getUseInput() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
getValueListBySearch(String) - 类 中的方法com.bluersw.analyze.AbstractFormat
实现Configuration接口,通过搜索命令检索索引中的数据并返回结果列表 Implement the Configuration interface, retrieve the data in the index through the search command and return the result list
getValueListBySearch(String) - 接口 中的方法com.bluersw.analyze.Configuration
根据搜索命令对文件进行搜索并返回结果列表 Search the file according to the search command and return a list of results
getValueNodePath() - 类 中的方法com.bluersw.CheckboxParameterDefinition
 

H

HttpRequest - com.bluersw.source中的类
通过HTTP和HTTPS协议获得响应结果 Get response results through HTTP and HTTPS protocols
HttpRequest(String) - 类 的构造器com.bluersw.source.HttpRequest
通过要请求的URI构建请求对象 Construct the request object by the URI to be requested

I

index - 类 中的变量com.bluersw.analyze.AbstractFormat
 
isSucceed() - 类 中的方法com.bluersw.model.Result
方法操作的结果是否成功 Whether the result of the method operation is successful

J

JsonFormat - com.bluersw.analyze中的类
解析JSON格式文档 Parsing JSON format documents
JsonFormat(String) - 类 的构造器com.bluersw.analyze.JsonFormat
构造函数 Constructor
JsonFormat(InputStream) - 类 的构造器com.bluersw.analyze.JsonFormat
构造函数 Constructor

L

list - 类 中的变量com.bluersw.model.CheckboxList
 
loadData() - 类 中的方法com.bluersw.analyze.AbstractFormat
加载文件中的数据,并转化LinkedHashMap结构 Load the data in the file and convert LinkedHashMap structure
loadData() - 类 中的方法com.bluersw.analyze.EmptyFormat
 
loadData() - 类 中的方法com.bluersw.analyze.JsonFormat
加载JSON内容并结构化为LinkedHashMap Load JSON content and structure it as LinkedHashMap
loadData() - 类 中的方法com.bluersw.analyze.YamlFormat
加载YAML内容并结构化为LinkedHashMap Load YAML content and structure it as LinkedHashMap

M

message - 类 中的变量com.bluersw.model.CheckboxList
 
Messages - com.bluersw中的类
Generated localization support class.
Messages() - 类 的构造器com.bluersw.Messages
 

N

name - 类 中的变量com.bluersw.model.CheckboxList.CheckboxModel
 
newInstance(StaplerRequest, JSONObject) - 类 中的方法com.bluersw.CheckboxParameterDefinition.DescriptorImpl
 

P

Protocol - com.bluersw.source中的枚举
数据源协议枚举 Data source protocol enumeration

R

Result<T> - com.bluersw.model中的类
方法通用返回数据类型 Method common return data type
Result() - 类 的构造器com.bluersw.model.Result
 

S

setContent(T) - 类 中的方法com.bluersw.model.Result
 
setDefaultValue(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setDisplayNodePath(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setFormat(Format) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setMessage(String) - 类 中的方法com.bluersw.model.CheckboxList
客户端显示的信息 Information displayed by the client
setMessage(String) - 类 中的方法com.bluersw.model.Result
 
setProtocol(Protocol) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setSubmitContent(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setSucceed(boolean) - 类 中的方法com.bluersw.model.Result
 
setUri(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setUseInput(boolean) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 
setValueNodePath(String) - 类 中的方法com.bluersw.CheckboxParameterDefinition
 

V

value - 类 中的变量com.bluersw.model.CheckboxList.CheckboxModel
 
valueOf(String) - 枚举 中的静态方法com.bluersw.analyze.Format
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.bluersw.source.Protocol
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.bluersw.analyze.Format
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.bluersw.source.Protocol
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Y

YamlFormat - com.bluersw.analyze中的类
解析YAML格式的内容 Parse content in YAML format
YamlFormat(String) - 类 的构造器com.bluersw.analyze.YamlFormat
构造函数 Constructor
YamlFormat(InputStream) - 类 的构造器com.bluersw.analyze.YamlFormat
构造函数 Constructor

_

_CheckboxParameterDefinition_CreateCheckboxFailed() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.CreateCheckboxFailed: Failed to create checkbox.
_CheckboxParameterDefinition_DescriptorImpl_DisplayName() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.DescriptorImpl.DisplayName: Custom Checkbox Parameter.
_CheckboxParameterDefinition_DisplayNodePath_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.DisplayNodePath.IsBlank: The node path used for checkbox display content cannot be empty.
_CheckboxParameterDefinition_GetFileFailed() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.GetFileFailed: Failed to get file.
_CheckboxParameterDefinition_Name_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.Name.IsBlank: Parameter name cannot be empty.
_CheckboxParameterDefinition_TlsVersion_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.TlsVersion.IsBlank: The TLS version used for HTTPS links cannot be empty, can be set to TLSv1.2.
_CheckboxParameterDefinition_ValueNodePath_IsBlank() - 类 中的静态方法com.bluersw.Messages
Key CheckboxParameterDefinition.ValueNodePath.IsBlank: The node path used for the content of the checkbox value cannot be empty.
A C D E F G H I J L M N P R S V Y _ 
跳过导航链接

Copyright © 2016–2020. All rights reserved.