public class AppDetectorParamaterDefinition
extends hudson.model.SimpleParameterDefinition
修飾子とタイプ | クラスと説明 |
---|---|
static class |
AppDetectorParamaterDefinition.DescriptorImpl |
コンストラクタと説明 |
---|
AppDetectorParamaterDefinition(String name,
String appName,
String description)
Creates new
AppDetectorParamaterDefinition instance. |
AppDetectorParamaterDefinition(String name,
String appName,
String defaultValue,
String description)
Creates new
AppDetectorParamaterDefinition instance. |
修飾子とタイプ | メソッドと説明 |
---|---|
hudson.model.ParameterDefinition |
copyWithDefaultValue(hudson.model.ParameterValue defaultValue) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
hudson.model.StringParameterValue |
createValue(String value) |
String |
getAppName() |
hudson.model.StringParameterValue |
getDefaultParameterValue() |
String |
getDefaultValue() |
List<String> |
getSortedVersionList()
Returns the version list sorted in DESC.
|
public AppDetectorParamaterDefinition(String name, String appName, String description)
AppDetectorParamaterDefinition
instance.name
- Name.appName
- The name of application such as "Xcode", "Unity".description
- Description.@DataBoundConstructor public AppDetectorParamaterDefinition(String name, String appName, String defaultValue, String description)
AppDetectorParamaterDefinition
instance.name
- Name.appName
- The name of application such as "Xcode", "Unity".defaultValue
- Default version of this application.description
- Description.public hudson.model.ParameterDefinition copyWithDefaultValue(hudson.model.ParameterValue defaultValue)
copyWithDefaultValue
クラス内 hudson.model.ParameterDefinition
@Exported public String getAppName()
@Exported public String getDefaultValue()
public List<String> getSortedVersionList()
public hudson.model.StringParameterValue getDefaultParameterValue()
getDefaultParameterValue
クラス内 hudson.model.ParameterDefinition
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue
クラス内 hudson.model.ParameterDefinition
public hudson.model.StringParameterValue createValue(String value)
createValue
クラス内 hudson.model.SimpleParameterDefinition
Copyright © 2016–2022. All rights reserved.