Skip to content

Commit

Permalink
Expose schedule with getSchedule() function
Browse files Browse the repository at this point in the history
  • Loading branch information
violuke authored Apr 26, 2021
1 parent a1ab716 commit 4ff405d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/deploydog/Slavedriver/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ public function setCustomData($customData)
$this->customData = $customData;
return $this;
}

/**
* @return string|callable
*/
public function getSchedule()
{
return $this->schedule;
}

/**
* @param string|callable $schedule
Expand Down

0 comments on commit 4ff405d

Please sign in to comment.