- CheckboxList - Class in com.bluersw.model
-
复选框列表JSON对象 Checkbox list JSON object
- CheckboxList() - Constructor for class com.bluersw.model.CheckboxList
-
- CheckboxList.CheckboxModel - Class in com.bluersw.model
-
复选框数据模型定义 Checkbox data model definition
- CheckboxModel(String, String, String) - Constructor for class com.bluersw.model.CheckboxList.CheckboxModel
-
- CheckboxParameterDefinition - Class in com.bluersw
-
自定义复选框构建参数定义类 Custom check box construction parameter definition class
- CheckboxParameterDefinition(String, String, Protocol, Format, String, String, String, JSONObject, String) - Constructor for class com.bluersw.CheckboxParameterDefinition
-
- CheckboxParameterDefinition.DescriptorImpl - Class in com.bluersw
-
- CheckboxParameterDefinition_CreateCheckboxFailed() - Static method in class com.bluersw.Messages
-
Key CheckboxParameterDefinition.CreateCheckboxFailed
: Failed to create checkbox
.
- CheckboxParameterDefinition_DescriptorImpl_DisplayName() - Static method in class com.bluersw.Messages
-
Key CheckboxParameterDefinition.DescriptorImpl.DisplayName
:
Custom Checkbox Parameter
.
- CheckboxParameterDefinition_DisplayNodePath_IsBlank() - Static method in class com.bluersw.Messages
-
Key CheckboxParameterDefinition.DisplayNodePath.IsBlank
:
The node path used for checkbox display content cannot be
empty
.
- CheckboxParameterDefinition_GetFileFailed() - Static method in class com.bluersw.Messages
-
Key CheckboxParameterDefinition.GetFileFailed
: Failed
to get file
.
- CheckboxParameterDefinition_Name_IsBlank() - Static method in class com.bluersw.Messages
-
Key CheckboxParameterDefinition.Name.IsBlank
: Parameter
name cannot be empty
.
- CheckboxParameterDefinition_TlsVersion_IsBlank() - Static method in class 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() - Static method in class com.bluersw.Messages
-
Key CheckboxParameterDefinition.ValueNodePath.IsBlank
: The node path used for the content of the checkbox value cannot be
empty
.
- CheckboxParameterRebuild - Class in com.bluersw
-
- CheckboxParameterRebuild() - Constructor for class com.bluersw.CheckboxParameterRebuild
-
- CheckboxParameterValue - Class in com.bluersw
-
用户勾选复选框的值,用","分割的字符串 The user selects the value of the check box, and the string separated by ","
- CheckboxParameterValue(String, String) - Constructor for class com.bluersw.CheckboxParameterValue
-
- checked - Variable in class com.bluersw.model.CheckboxList.CheckboxModel
-
- com.bluersw - package com.bluersw
-
- com.bluersw.analyze - package com.bluersw.analyze
-
- com.bluersw.model - package com.bluersw.model
-
- com.bluersw.source - package com.bluersw.source
-
- compareTo(CheckboxParameterDefinition) - Method in class com.bluersw.CheckboxParameterDefinition
-
- Configuration - Interface in com.bluersw.analyze
-
文档内容操作接口 Document content operation interface
- ConfigurationFactory - Class in com.bluersw.analyze
-
文件内容操作对象工厂 File content operation object factory
- ConfigurationFactory() - Constructor for class com.bluersw.analyze.ConfigurationFactory
-
- content - Variable in class com.bluersw.analyze.AbstractFormat
-
- createConfiguration(Format, String) - Static method in class com.bluersw.analyze.ConfigurationFactory
-
根据文档类型和内容创建文件内容操作对象 Create file content operation object according to document type and content
- createConfiguration(Format, InputStream) - Static method in class com.bluersw.analyze.ConfigurationFactory
-
根据文档类型和流对象创建文件内容操作对象 Create file content operation objects based on document types and stream objects
- createDataSource(Protocol, String) - Static method in class com.bluersw.source.DataSourceFactory
-
创建数据源对象 Create a data source object
- createValue(StaplerRequest, JSONObject) - Method in class com.bluersw.CheckboxParameterDefinition
-
根据用户勾选的复选框创建构建参数返回值 Create the return value of the build parameter according to the check box checked by the user
- createValue(StaplerRequest) - Method in class com.bluersw.CheckboxParameterDefinition
-
- createValue(CLICommand, String) - Method in class com.bluersw.CheckboxParameterDefinition
-