Class FoldersWithAppliedVersionInfo

java.lang.Object
com.xebialabs.xlrelease.domain.versioning.ascode.FoldersWithAppliedVersionInfo

public class FoldersWithAppliedVersionInfo extends Object
Represents versioning information applied to a specific folder.

param: folderId The unique identifier of the folder. param: appliedVersion The version that has been applied to the folder. param: folderPath The folder path.

  • Constructor Details

    • FoldersWithAppliedVersionInfo

      public FoldersWithAppliedVersionInfo(String folderId, String appliedVersion, String folderPath)
  • Method Details

    • appliedVersion

      public String appliedVersion()
    • folderId

      public String folderId()
    • folderPath

      public String folderPath()
    • getAppliedVersion

      public String getAppliedVersion()
    • getFolderId

      public String getFolderId()
    • getFolderPath

      public String getFolderPath()