Class GeneratedSettingsCache.Result
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.versionedSettings.GeneratedSettingsCache.Result
-
- Enclosing class:
- GeneratedSettingsCache
public static class GeneratedSettingsCache.Result extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getDestinationDir()
Throwable
getException()
boolean
isConsumerWasCalled()
void
setConsumerWasCalled(boolean consumerWasCalled)
void
setException(Throwable throwable)
-
-
-
Constructor Detail
-
Result
public Result(@NotNull File destDir)
-
-
Method Detail
-
getDestinationDir
@NotNull public File getDestinationDir()
-
setException
public void setException(@NotNull Throwable throwable)
-
isConsumerWasCalled
public boolean isConsumerWasCalled()
-
setConsumerWasCalled
public void setConsumerWasCalled(boolean consumerWasCalled)
-
getException
@Nullable public Throwable getException()
-
-