Guest User

Untitled

a guest
May 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class ClassTest {
  2. String testString
  3. def method1() { ... }
  4. def method2() { ... }
  5. }
  6.  
  7. library 'testlibrary@'
  8. import ClassTest
  9.  
  10. library 'testlibrary@' _
  11.  
  12. script {
  13. libraryTest.method1()
  14. ...
  15. libraryTest.method2()
  16. }
Add Comment
Please, Sign In to add comment