Package org.rundeck.app.services
Interface ExecutionFile
-
public interface ExecutionFileRepresents a file produced by an execution producer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExecutionFile.DeletePolicy
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ExecutionFile.DeletePolicygetFileDeletePolicy()java.io.FilegetLocalFile()default booleanisShouldBeStored()
-
-
-
Method Detail
-
getLocalFile
java.io.File getLocalFile()
-
isShouldBeStored
default boolean isShouldBeStored()
- Returns:
- true if this file should be stored, false if this file does not need to be stored (optional file)
-
getFileDeletePolicy
ExecutionFile.DeletePolicy getFileDeletePolicy()
- Returns:
- policy for deleting this file
-
-