Class SaveFileContent

java.lang.Object
org.jenkinsci.plugins.ibmisteps.model.SaveFileContent
All Implemented Interfaces:
Serializable

public class SaveFileContent extends Object implements Serializable
See Also:
  • Constructor Details

    • SaveFileContent

      public SaveFileContent(com.ibm.as400.access.SaveFile saveFile) throws com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ErrorCompletingRequestException, InterruptedException, IOException, com.ibm.as400.access.ObjectDoesNotExistException
      Throws:
      com.ibm.as400.access.AS400SecurityException
      com.ibm.as400.access.ErrorCompletingRequestException
      InterruptedException
      IOException
      com.ibm.as400.access.ObjectDoesNotExistException
  • Method Details

    • getName

      public String getName()
    • getCreationLPAR

      public String getCreationLPAR()
    • getSavedLibrary

      public String getSavedLibrary()
    • getDescription

      public String getDescription()
    • getEntries

      public List<SaveFileContent.SAVFEntry> getEntries()
    • getTargetRelease

      public String getTargetRelease()
    • getSize

      public long getSize()
    • toJSON

      public String toJSON() throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException