Class Artifact

java.lang.Object
hudson.model.AbstractDescribableImpl<Artifact>
sp.sd.nexusartifactuploader.Artifact
All Implemented Interfaces:
Describable<Artifact>, Serializable

public class Artifact extends AbstractDescribableImpl<Artifact> implements Serializable
Created by suresh on 10/15/2016.
See Also:
  • Constructor Details

  • Method Details

    • expandVars

      @CheckReturnValue public Artifact expandVars(EnvVars envVars)
      Produce a new artifact with its fields expanded with the given env variables
    • getArtifactId

      public String getArtifactId()
    • getType

      public String getType()
    • getClassifier

      public String getClassifier()
    • getFile

      public String getFile()