Class GuestPoliciesRecipeUpdateStepFileExec


  • public final class GuestPoliciesRecipeUpdateStepFileExec
    extends java.lang.Object
    • Method Detail

      • allowedExitCodes

        public java.util.List<java.lang.Integer> allowedExitCodes()
        Returns:
        A list of possible return values that the program can return to indicate a success. Defaults to [0].
      • args

        public java.util.List<java.lang.String> args()
        Returns:
        Arguments to be passed to the provided executable.
      • artifactId

        public java.util.Optional<java.lang.String> artifactId()
        Returns:
        The id of the relevant artifact in the recipe.
      • localPath

        public java.util.Optional<java.lang.String> localPath()
        Returns:
        The absolute path of the file on the local filesystem.