Class NexusArtifactUploaderStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
sp.sd.nexusartifactuploader.steps.NexusArtifactUploaderStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class NexusArtifactUploaderStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
  • Constructor Details

  • Method Details

    • getNexusVersion

      public String getNexusVersion()
    • getProtocol

      public String getProtocol()
    • getNexusUrl

      public String getNexusUrl()
    • getGroupId

      public String getGroupId()
    • getVersion

      public String getVersion()
    • getRepository

      public String getRepository()
    • getArtifacts

      public List<Artifact> getArtifacts()
    • getCredentialsId

      @Nullable public String getCredentialsId()
    • getCredentials

      public com.cloudbees.plugins.credentials.common.StandardUsernameCredentials getCredentials(Item project)
    • lookupSystemCredentials

      public static com.cloudbees.plugins.credentials.common.StandardUsernameCredentials lookupSystemCredentials(String credentialsId, Item project)
    • getUsername

      public String getUsername(EnvVars environment, Item project)
    • getPassword

      public String getPassword(EnvVars environment, Item project)