@Extension public class SettingsPanel extends Object implements RootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SettingsPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
doSaveAndClearConfig(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doSaveApiTokenInPanel(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doSaveJobResultChoice(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
Secret |
getApitokenpanel() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getJobresultchoice() |
JsonPipelineConfiguration |
getJsonPipelineConfiguration() |
String |
getLixhost() |
boolean |
getLixtokenhostempty() |
boolean |
getTokennhostsaved() |
String |
getUrlName() |
void |
setApitokenpanel(Secret apitokenpanel) |
void |
setJobresultchoice(String jobresultchoice) |
void |
setLixhost(String lixhost) |
void |
setLixtokenhostempty(boolean lixtokenhostempty) |
void |
setTokennhostsaved(boolean tokennhostsaved) |
public JsonPipelineConfiguration getJsonPipelineConfiguration()
public void doSaveAndClearConfig(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
Exceptionpublic void doSaveApiTokenInPanel(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
Exceptionpublic void doSaveJobResultChoice(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
Exceptionpublic String getJobresultchoice()
public void setJobresultchoice(String jobresultchoice)
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic Secret getApitokenpanel()
@DataBoundSetter public void setApitokenpanel(Secret apitokenpanel)
public boolean getTokennhostsaved()
public void setTokennhostsaved(boolean tokennhostsaved)
public String getLixhost()
public void setLixhost(String lixhost)
public boolean getLixtokenhostempty()
public void setLixtokenhostempty(boolean lixtokenhostempty)
Copyright © 2016–2022. All rights reserved.