Class InspectionConverter
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.inspections.InspectionConverter
-
public class InspectionConverter extends Object
Created by IntelliJ IDEA. User: Leonid.Shalupov Date: 08.08.2008 Time: 14:49:33
-
-
Constructor Summary
Constructors Constructor Description InspectionConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InspectionMessageBean
convertInfo(InspectionInstance source)
static InspectionDescriptionBean
convertType(InspectionTypeInfo source)
-
-
-
Method Detail
-
convertType
public static InspectionDescriptionBean convertType(@NotNull InspectionTypeInfo source)
-
convertInfo
public static InspectionMessageBean convertInfo(@NotNull InspectionInstance source)
-
-