{
  "_class" : "hudson.maven.MavenModuleSet",
  "actions" : [
    None,
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction"
    },
    {
      "_class" : "com.cloudbees.plugins.credentials.ViewCredentialsAction"
    }
  ],
  "description" : "A CommandHelper extension that adds file access functions.  \u000d\u000aNot to be confused with the [CHFiles](https://letsbuild.net/jenkins/job/CHFiles/) extension alternative.\u000d\u000a\u000d\u000a## Functions\u000d\u000a\u000d\u000a* array **chf_directory_list(directory)** - Returns an array containing all files and directories in the given directory.\u000d\u000a\u000d\u000a* boolean **chf_file_exists(path)** - Returns whether the file or directory at the given path exists.\u000d\u000a\u000d\u000a* boolean **chf_is_directory(path)** Returns whether the file at the given path is a directory.\u000d\u000a\u000d\u000a* void **chf_copy(fromPath, toPath, [allowOverwrite], [createRequiredDirs])** - Copies the file or directory (including contents) from the fromPath to the toPath.\u000d\u000a\u000d\u000a* void **chf_delete(path, [allowRemoveDirContent])** - Deletes the file or directory at the given path.\u000d\u000a\u000d\u000a* void **chf_create_file(path, [createRequiredDirs])** - Creates a file at the given path.\u000d\u000a\u000d\u000a* void **chf_create_directory(path, [createRequiredDirs])** - Creates a directory at the given path.\u000d\u000a\u000d\u000a* void **chf_write(path, content, [option])** - Writes the given content to the file at the given path.\u000d\u000a\u000d\u000a* void **chf_write_gzip_binary(path, content, [overwrite])** - Gzips and writes the given byte array to the file at the given path.\u000d\u000a\u000d\u000a* void **chf_write_binary(path, content, [overwrite])** - Writes the given byte array to the file at the given path.",
  "displayName" : "CHFile",
  "displayNameOrNull" : None,
  "fullDisplayName" : "CHFile",
  "fullName" : "CHFile",
  "name" : "CHFile",
  "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/",
  "buildable" : True,
  "builds" : [
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 2,
      "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/2/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 1,
      "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/1/"
    }
  ],
  "color" : "blue",
  "firstBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 1,
    "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/1/"
  },
  "healthReport" : [
    {
      "description" : "Build stability: No recent builds failed.",
      "iconClassName" : "icon-health-80plus",
      "iconUrl" : "health-80plus.png",
      "score" : 100
    }
  ],
  "inQueue" : False,
  "keepDependencies" : False,
  "lastBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/2/"
  },
  "lastCompletedBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/2/"
  },
  "lastFailedBuild" : None,
  "lastStableBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/2/"
  },
  "lastSuccessfulBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/2/"
  },
  "lastUnstableBuild" : None,
  "lastUnsuccessfulBuild" : None,
  "nextBuildNumber" : 3,
  "property" : [
    {
      "_class" : "com.coravy.hudson.plugins.github.GithubProjectProperty"
    },
    {
      "_class" : "com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty"
    }
  ],
  "queueItem" : None,
  "concurrentBuild" : False,
  "disabled" : False,
  "downstreamProjects" : [
    
  ],
  "labelExpression" : None,
  "scm" : {
    "_class" : "hudson.plugins.git.GitSCM"
  },
  "upstreamProjects" : [
    
  ],
  "modules" : [
    {
      "name" : "io.github.pieter12345:CHFile",
      "url" : "https://letsbuild.net/jenkins/view/all/job/CHFile/io.github.pieter12345$CHFile/",
      "color" : "blue",
      "displayName" : "CHFile"
    }
  ]
}