Package jetbrains.buildServer.messages
Class FlowData
- java.lang.Object
-
- jetbrains.buildServer.messages.FlowData
-
- All Implemented Interfaces:
ObjectSizeEstimate
public class FlowData extends Object implements ObjectSizeEstimate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEstimatedSize()
String
getFlow()
String
getParentFlow()
String
toString()
-
-
-
Method Detail
-
getFlow
public String getFlow()
-
getParentFlow
public String getParentFlow()
-
getEstimatedSize
public long getEstimatedSize()
- Specified by:
getEstimatedSize
in interfaceObjectSizeEstimate
- Returns:
- estimated size of this object in bytes
-
-