Class ConvertStepDef
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.ConvertStepDef
-
public class ConvertStepDef extends Object
One step of one converter. Value object.
-
-
Constructor Summary
Constructors Constructor Description ConvertStepDef(ConvertStepKind kind, String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
ConvertStepKind
getKind()
String
toString()
-
-
-
Constructor Detail
-
ConvertStepDef
public ConvertStepDef(@NotNull ConvertStepKind kind, @Nullable String fileName)
-
-
Method Detail
-
getKind
@NotNull public ConvertStepKind getKind()
-
getFileName
@Nullable public String getFileName()
-
-