Class FoldersWithAppliedVersionInfo
java.lang.Object
com.xebialabs.xlrelease.domain.versioning.ascode.FoldersWithAppliedVersionInfo
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 Summary
ConstructorsConstructorDescriptionFoldersWithAppliedVersionInfo(String folderId, String appliedVersion, boolean isVersioned) -
Method Summary
-
Constructor Details
-
FoldersWithAppliedVersionInfo
-
-
Method Details
-
appliedVersion
-
folderId
-
getAppliedVersion
-
getFolderId
-
getIsVersioned
public boolean getIsVersioned() -
isVersioned
public boolean isVersioned()
-