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