Package com.fortify.plugin.jenkins
Class FortifyPlugin.UpdateContentBlock
- java.lang.Object
-
- com.fortify.plugin.jenkins.FortifyPlugin.UpdateContentBlock
-
- Enclosing class:
- FortifyPlugin
public static class FortifyPlugin.UpdateContentBlock extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateContentBlock()
UpdateContentBlock(String updateServerUrl, FortifyPlugin.UseProxyBlock updateUseProxy)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
getAcceptKey()
String
getLocale()
String
getUpdateProxyPassword()
Deprecated.String
getUpdateProxyUrl()
Deprecated.String
getUpdateProxyUsername()
Deprecated.String
getUpdateServerUrl()
boolean
getUpdateUseProxy()
Deprecated.void
setAcceptKey(boolean acceptKey)
void
setLocale(String locale)
void
setUpdateServerUrl(String updateServerUrl)
-
-
-
Constructor Detail
-
UpdateContentBlock
@DataBoundConstructor public UpdateContentBlock()
-
UpdateContentBlock
@Deprecated public UpdateContentBlock(String updateServerUrl, FortifyPlugin.UseProxyBlock updateUseProxy)
Deprecated.
-
-
Method Detail
-
getUpdateServerUrl
public String getUpdateServerUrl()
-
setUpdateServerUrl
@DataBoundSetter public void setUpdateServerUrl(String updateServerUrl)
-
getLocale
public String getLocale()
-
setLocale
@DataBoundSetter public void setLocale(String locale)
-
getAcceptKey
public boolean getAcceptKey()
-
setAcceptKey
@DataBoundSetter public void setAcceptKey(boolean acceptKey)
-
getUpdateUseProxy
@Deprecated public boolean getUpdateUseProxy()
Deprecated.
-
getUpdateProxyUrl
@Deprecated public String getUpdateProxyUrl()
Deprecated.
-
getUpdateProxyUsername
@Deprecated public String getUpdateProxyUsername()
Deprecated.
-
getUpdateProxyPassword
@Deprecated public String getUpdateProxyPassword()
Deprecated.
-
-