Uses of Class
jetbrains.buildServer.responsibility.ResponsibilityEntry.RemoveMethod
-
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.controllers.tests
Methods in jetbrains.buildServer.controllers.tests that return ResponsibilityEntry.RemoveMethod Modifier and Type Method Description ResponsibilityEntry.RemoveMethod
BulkInvestigateBean. getRemoveMethod()
Methods in jetbrains.buildServer.controllers.tests with parameters of type ResponsibilityEntry.RemoveMethod Modifier and Type Method Description void
BulkInvestigateBean. setRemoveMethod(ResponsibilityEntry.RemoveMethod removeMethod)
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.responsibility
Methods in jetbrains.buildServer.responsibility that return ResponsibilityEntry.RemoveMethod Modifier and Type Method Description static ResponsibilityEntry.RemoveMethod
ResponsibilityEntry.RemoveMethod. from(String methodString)
Returns the enum constant of RemoveMethod with the specified name in lowercase.ResponsibilityEntry.RemoveMethod
ResponsibilityEntry. getRemoveMethod()
Returns the remove method.static ResponsibilityEntry.RemoveMethod
ResponsibilityEntry.RemoveMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResponsibilityEntry.RemoveMethod[]
ResponsibilityEntry.RemoveMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.responsibility with parameters of type ResponsibilityEntry.RemoveMethod Modifier and Type Method Description static BuildTypeResponsibilityEntry
ResponsibilityEntryFactory. createEntry(BuildType buildType, ResponsibilityEntry.State state, User responsible, User reporter, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod)
Returns new build type responsibility entry.static TestNameResponsibilityEntry
ResponsibilityEntryFactory. createEntry(TestName testName, long testNameId, ResponsibilityEntry.State state, User responsible, User reporter, Date timestamp, String comment, BuildProject project, ResponsibilityEntry.RemoveMethod removeMethod)
Returns new test responsibility entry.void
ResponsibilityEntryEx. setRemoveMethod(ResponsibilityEntry.RemoveMethod removeMethod)
Constructors in jetbrains.buildServer.responsibility with parameters of type ResponsibilityEntry.RemoveMethod Constructor Description ResponsibilityEntryEx(String problemId, ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod)
ResponsibilityEntryEx(ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod)
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.responsibility.impl
Constructors in jetbrains.buildServer.responsibility.impl with parameters of type ResponsibilityEntry.RemoveMethod Constructor Description BuildProblemInvestigationImpl(ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod, SProject project, int problemId)
BuildTypeResponsibilityEntryImpl(BuildType buildType, ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod)
TestNameResponsibilityEntryImpl(TestName testName, long testNameId, ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, BuildProject project, ResponsibilityEntry.RemoveMethod removeMethod)
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.serverSide
Fields in jetbrains.buildServer.serverSide declared as ResponsibilityEntry.RemoveMethod Modifier and Type Field Description protected ResponsibilityEntry.RemoveMethod
ResponsibilityInfo. myRemoveMethod
Methods in jetbrains.buildServer.serverSide that return ResponsibilityEntry.RemoveMethod Modifier and Type Method Description ResponsibilityEntry.RemoveMethod
ResponsibilityInfo. getRemoveMethod()
ResponsibilityEntry.RemoveMethod
ResponsibilityInfoData. getRemoveMethod()
Constructors in jetbrains.buildServer.serverSide with parameters of type ResponsibilityEntry.RemoveMethod Constructor Description ResponsibilityInfo(ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod)
ResponsibilityInfoData(User user, String userComment, ResponsibilityEntry.State state, Date lastChangeDate, User reporterUser, ResponsibilityEntry.RemoveMethod removeMethod)
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type ResponsibilityEntry.RemoveMethod Modifier and Type Method Description ResponsibilityEntryAssert
ResponsibilityEntryAssert. hasRemoveMethod(ResponsibilityEntry.RemoveMethod expected)
ResponsibilityEntryAssert
ResponsibilityEntryAssert. withRemoveMethod(ResponsibilityEntry.RemoveMethod expected)
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ResponsibilityEntry.RemoveMethod Modifier and Type Method Description protected ResponsibilityEntryEx
BaseServerTestCase. createRespEntry(ResponsibilityEntry.State state, SUser user, ResponsibilityEntry.RemoveMethod removeMethod)
protected void
BaseServerTestCase. setResponsibilityForTests(ResponsibilityEntry.State state, SUser user, ResponsibilityEntry.RemoveMethod removeMethod, String... testNames)
-
Uses of ResponsibilityEntry.RemoveMethod in jetbrains.buildServer.tests
Methods in jetbrains.buildServer.tests that return ResponsibilityEntry.RemoveMethod Modifier and Type Method Description ResponsibilityEntry.RemoveMethod
TestResponsibilityData. getRemoveMethod()
Constructors in jetbrains.buildServer.tests with parameters of type ResponsibilityEntry.RemoveMethod Constructor Description TestResponsibilityData(String testName, ResponsibilityEntry.State state, Date updateDate, String comment, User responsibleUser, User reporterUser, ResponsibilityEntry.RemoveMethod removeMethod)
-