Skip to content

Commit

Permalink
[FIXED JENKINS-47227] Add public getEnableCache
Browse files Browse the repository at this point in the history
  • Loading branch information
Robby Pocase committed Apr 17, 2018
1 parent f792987 commit ef71934
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/hudson/plugins/robot/RobotPublisher.java
Expand Up @@ -191,6 +191,13 @@ public boolean getOnlyCritical() {
return onlyCritical;
}

/**
* Gets value of enableCache
*
* @return
*/
public boolean getEnableCache() { return enableCache; }


/**
* Gets the comma separated list of other filemasks to copy into build dir
Expand Down

0 comments on commit ef71934

Please sign in to comment.