Class ServiceNowParameterValue
- java.lang.Object
-
- hudson.model.ParameterValue
-
- hudson.model.StringParameterValue
-
- io.jenkins.plugins.servicenow.parameter.ServiceNowParameterValue
-
- All Implemented Interfaces:
Serializable
public class ServiceNowParameterValue extends StringParameterValue
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hudson.model.StringParameterValue
value
-
Fields inherited from class hudson.model.ParameterValue
name
-
-
Constructor Summary
Constructors Constructor Description ServiceNowParameterValue(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppScope()
String
getBatchRollbackId()
String
getCredentialsForInstalledApp()
String
getCredentialsForPublishedApp()
String
getDescription()
String
getInstanceForInstalledAppUrl()
String
getInstanceForPublishedAppUrl()
Integer
getProgressCheckInterval()
String
getPublishedAppVersion()
String
getRollbackAppVersion()
String
getSysId()
-
Methods inherited from class hudson.model.StringParameterValue
buildEnvironment, createVariableResolver, doTrim, equals, getShortDescription, getValue, hashCode, toString
-
Methods inherited from class hudson.model.ParameterValue
buildEnvVars, buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getFormattedDescription, getName, isSensitive, setDescription
-
-
-
-
Method Detail
-
getCredentialsForPublishedApp
public String getCredentialsForPublishedApp()
-
getInstanceForPublishedAppUrl
public String getInstanceForPublishedAppUrl()
-
getCredentialsForInstalledApp
public String getCredentialsForInstalledApp()
-
getInstanceForInstalledAppUrl
public String getInstanceForInstalledAppUrl()
-
getSysId
public String getSysId()
-
getAppScope
public String getAppScope()
-
getPublishedAppVersion
public String getPublishedAppVersion()
-
getRollbackAppVersion
public String getRollbackAppVersion()
-
getProgressCheckInterval
public Integer getProgressCheckInterval()
-
getBatchRollbackId
public String getBatchRollbackId()
-
getDescription
public String getDescription()
- Overrides:
getDescription
in classParameterValue
-
-