@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
Exception
public void doSaveApiTokenInPanel(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception
Exception
public void doSaveJobResultChoice(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception
Exception
public String getJobresultchoice()
public void setJobresultchoice(String jobresultchoice)
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
public 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.