public class ListGitBranchesParameterDefinition extends hudson.model.ParameterDefinition implements Comparable<ListGitBranchesParameterDefinition>
限定符和类型 | 类和说明 |
---|---|
static class |
ListGitBranchesParameterDefinition.DescriptorImpl |
构造器和说明 |
---|
ListGitBranchesParameterDefinition(String name,
String description,
String remoteURL,
String credentialsId,
String defaultValue,
com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode sortMode,
SelectedValue selectedValue,
Boolean quickFilterEnabled,
String type,
String tagFilter,
String branchFilter) |
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(ListGitBranchesParameterDefinition o) |
hudson.model.ParameterValue |
createValue(hudson.cli.CLICommand command,
String value) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.ParameterValue |
createValue(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject jo) |
String |
getBranchFilter() |
String |
getCredentialsId() |
hudson.model.ParameterValue |
getDefaultParameterValue() |
String |
getDefaultValue() |
ListGitBranchesParameterDefinition.DescriptorImpl |
getDescriptor() |
String |
getDivUUID() |
String |
getListSize() |
Boolean |
getQuickFilterEnabled() |
String |
getRemoteURL() |
SelectedValue |
getSelectedValue() |
com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode |
getSortMode() |
String |
getTagFilter() |
String |
getType() |
void |
setBranchFilter(String branchFilter) |
void |
setDefaultValue(String defaultValue) |
void |
setListSize(String listSize) |
void |
setRemoteURL(String remoteURL) |
void |
setSortMode(com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode sortMode) |
void |
setTagFilter(String tagFilter) |
void |
setType(String type) |
ArrayList<String> |
sortByName(Set<String> set) |
@DataBoundConstructor public ListGitBranchesParameterDefinition(String name, String description, String remoteURL, String credentialsId, String defaultValue, com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode sortMode, SelectedValue selectedValue, Boolean quickFilterEnabled, String type, String tagFilter, String branchFilter)
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jo)
createValue
在类中 hudson.model.ParameterDefinition
public hudson.model.ParameterValue createValue(org.kohsuke.stapler.StaplerRequest req)
createValue
在类中 hudson.model.ParameterDefinition
public hudson.model.ParameterValue createValue(hudson.cli.CLICommand command, String value)
createValue
在类中 hudson.model.ParameterDefinition
public hudson.model.ParameterValue getDefaultParameterValue()
getDefaultParameterValue
在类中 hudson.model.ParameterDefinition
public String getDivUUID()
public SelectedValue getSelectedValue()
public Boolean getQuickFilterEnabled()
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getCredentialsId()
public String getRemoteURL()
public void setRemoteURL(String remoteURL)
public String getListSize()
public void setListSize(String listSize)
public com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode getSortMode()
public void setSortMode(com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode sortMode)
public String getType()
getType
在类中 hudson.model.ParameterDefinition
public void setType(String type)
public String getTagFilter()
public void setTagFilter(String tagFilter)
public String getBranchFilter()
public void setBranchFilter(String branchFilter)
public ListGitBranchesParameterDefinition.DescriptorImpl getDescriptor()
getDescriptor
在接口中 hudson.model.Describable<hudson.model.ParameterDefinition>
getDescriptor
在类中 hudson.model.ParameterDefinition
public int compareTo(ListGitBranchesParameterDefinition o)
Copyright © 2016–2019. All rights reserved.