Interface DependencyFactoryEx
-
- All Superinterfaces:
DependencyFactory
public interface DependencyFactoryEx extends DependencyFactory
- Author:
- Pavel.Sher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadDependencies(SBuildType buildType, org.jdom.Element buildTypeElement)Read dependencies from build type element and fill build type with these dependencies-
Methods inherited from interface jetbrains.buildServer.serverSide.dependency.DependencyFactory
createDependency, createDependency, createDependency, createDependencyByInternalId
-
-
-
-
Method Detail
-
readDependencies
void readDependencies(@NotNull SBuildType buildType, @NotNull org.jdom.Element buildTypeElement) throws IllegalArgumentExceptionRead dependencies from build type element and fill build type with these dependencies- Parameters:
buildType- build type, whose dependencies should be readbuildTypeElement- build type element- Throws:
IllegalArgumentException- when dependencies cannot be read from element because of some syntax problem.
-
-