Fields inherited from class | Fields |
---|---|
class org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch |
__$stMC, __$stMC |
class org.zowe.jenkins_shared_library.pipelines.base.models.Branch |
__$stMC |
Type | Name and description |
---|---|
java.lang.String |
npmTag This is the npm tag in which the branch will be published with. |
Methods inherited from class | Name |
---|---|
class org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch |
org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#super$2$$getStaticMetaClass(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getAllowRelease(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getAllowFormalRelease(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getReleaseTag(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setAllowRelease(java.lang.Boolean), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setReleaseTag(java.lang.String), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setAllowFormalRelease(java.lang.Boolean), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getIsProtected(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setIsProtected(java.lang.Boolean), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getBuildHistory(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setBuildHistory(java.lang.Integer), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#invokeMethod(java.lang.String, java.lang.Object), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getMetaClass(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setMetaClass(groovy.lang.MetaClass), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setProperty(java.lang.String, java.lang.Object), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getProperty(java.lang.String), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getName(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#setName(java.lang.String), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#wait(long, int), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#wait(long), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#wait(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#equals(java.lang.Object), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#toString(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#hashCode(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#getClass(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#notify(), org.zowe.jenkins_shared_library.pipelines.generic.models.GenericBranch#notifyAll() |
class org.zowe.jenkins_shared_library.pipelines.base.models.Branch |
org.zowe.jenkins_shared_library.pipelines.base.models.Branch#getIsProtected(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#setIsProtected(java.lang.Boolean), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#getBuildHistory(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#setBuildHistory(java.lang.Integer), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#invokeMethod(java.lang.String, java.lang.Object), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#getMetaClass(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#setMetaClass(groovy.lang.MetaClass), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#setProperty(java.lang.String, java.lang.Object), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#getProperty(java.lang.String), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#getName(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#setName(java.lang.String), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#wait(long, int), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#wait(long), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#wait(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#equals(java.lang.Object), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#toString(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#hashCode(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#getClass(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#notify(), org.zowe.jenkins_shared_library.pipelines.base.models.Branch#notifyAll() |
This is the npm tag in which the branch will be published with. If this property is left null, then the branch will not be published under Constants.DEFAULT_NPM_NON_RELEASE_TAG.