public interface RssExecutionDirectoryManager
Modifier and Type | Method and Description |
---|---|
void |
cleanExecutionCacheDirectory(long repositoryId)
Clean RSS execution cache for whole repository (all branches)
|
void |
cleanExecutionCacheDirectory(long repositoryId,
@NotNull String branch)
Clean RSS execution cache for given repository and branch
|
Path |
getRssExecutionDirectory(long repositoryId,
@NotNull String branch)
Get directory for running RSS and storing execution cache
|
Path getRssExecutionDirectory(long repositoryId, @NotNull @NotNull String branch)
void cleanExecutionCacheDirectory(long repositoryId)
void cleanExecutionCacheDirectory(long repositoryId, @NotNull @NotNull String branch)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.