r
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package org.SHSSDK
|
||||
|
||||
@Library('SHS.Platforms') _
|
||||
class SDK {
|
||||
class SDK2 {
|
||||
def steps
|
||||
def pl
|
||||
|
||||
public SDK(steps) {
|
||||
public SDK2(steps) {
|
||||
this.steps = steps
|
||||
this.pl = new org.SHS.Platforms(this.steps)
|
||||
}
|
||||
Reference in New Issue
Block a user