Class Configuration

java.lang.Object
hudson.model.AbstractDescribableImpl<Configuration>
org.jenkinsci.plugins.electricflow.Configuration
All Implemented Interfaces:
Describable<Configuration>

public class Configuration extends AbstractDescribableImpl<Configuration>
Configuration to access ElectricFlow server.
  • Constructor Details

    • Configuration

      @DataBoundConstructor public Configuration(String configurationName, String electricFlowUrl, String electricFlowUser, Secret electricFlowPassword, String electricFlowApiVersion, boolean ignoreSslConnectionErrors, boolean doNotSendBuildDetails, String credentialId, String credsType)
  • Method Details

    • getConfigurationName

      public String getConfigurationName()
    • getElectricFlowApiVersion

      public String getElectricFlowApiVersion()
    • getIgnoreSslConnectionErrors

      public boolean getIgnoreSslConnectionErrors()
    • getDoNotSendBuildDetails

      public boolean getDoNotSendBuildDetails()
    • getElectricFlowPassword

      public Secret getElectricFlowPassword()
    • getElectricFlowUrl

      public String getElectricFlowUrl()
    • getElectricFlowUser

      public String getElectricFlowUser()
    • getOverrideCredential

      public Credential getOverrideCredential()
    • getCredentialId

      public String getCredentialId()
    • getCredsType

      public String getCredsType()