{
  "_class" : "hudson.maven.MavenModuleSet",
  "actions" : [
    None,
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction"
    },
    {
      "_class" : "com.cloudbees.plugins.credentials.ViewCredentialsAction"
    }
  ],
  "description" : "\u000aDead simple SMS integration! Simply set up your profile, then call `send_sms()`.\u000a\u000a## Twilio\u000a\u000aCurrently, Twilio is the only supported SMS gateway, though the system is set up so that more can be added in the future, if demand is there. First, sign up for a Twilio account [here](https://www.twilio.com/), and obtain your SID and Auth token.\u000a\u000aCreate a profile in profiles.xml, in your MethodScript directory:\u000a\u000a\u000a    <profile id=\"twilioProfile\">\u000a        <type>twilio</type>\u0009\u0009 \u000a        <sid>AC********************************</sid>\u0009\u0009 \u000a        <auth>********************************</auth>\u000a    </profile>\u000a\u000aThen, in your code, you can send an sms simply:\u000a\u000a    send_sms('twilioProfile', \u000a        '+11234561212', // from\u000a        '+13214563232', // to\u000a        'Message body');\u000a\u000aThat's it! You must use the Twilio hosted \"active number\" as the from number, and in trial mode, you can only send to a validated phone number. With a full account, you can send to any number.\u000a\u000aSee Twilio's website for more usage details, along with pricing, etc.",
  "displayName" : "MSSMS",
  "displayNameOrNull" : None,
  "fullDisplayName" : "MSSMS",
  "fullName" : "MSSMS",
  "name" : "MSSMS",
  "url" : "https://letsbuild.net/jenkins/job/MSSMS/",
  "buildable" : True,
  "builds" : [
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 2,
      "url" : "https://letsbuild.net/jenkins/job/MSSMS/2/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 1,
      "url" : "https://letsbuild.net/jenkins/job/MSSMS/1/"
    }
  ],
  "color" : "blue",
  "firstBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 1,
    "url" : "https://letsbuild.net/jenkins/job/MSSMS/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/job/MSSMS/2/"
  },
  "lastCompletedBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/job/MSSMS/2/"
  },
  "lastFailedBuild" : None,
  "lastStableBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/job/MSSMS/2/"
  },
  "lastSuccessfulBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 2,
    "url" : "https://letsbuild.net/jenkins/job/MSSMS/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" : "com.methodscript:MSSMS",
      "url" : "https://letsbuild.net/jenkins/job/MSSMS/com.methodscript$MSSMS/",
      "color" : "blue",
      "displayName" : "MSSMS"
    }
  ]
}