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: isVersioned Indicates whether the folder is versioned. - true if the folder has versioning enabled (i.e., versions exist for this folder). - false if the folder is not versioned (i.e., no versions exist for this folder).

  • Constructor Details

    • FoldersWithAppliedVersionInfo

      public FoldersWithAppliedVersionInfo(String folderId, String appliedVersion, boolean isVersioned)
  • Method Details

    • appliedVersion

      public String appliedVersion()
    • folderId

      public String folderId()
    • getAppliedVersion

      public String getAppliedVersion()
    • getFolderId

      public String getFolderId()
    • getIsVersioned

      public boolean getIsVersioned()
    • isVersioned

      public boolean isVersioned()