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.RemoveMethodBulkInvestigateBean. getRemoveMethod()Methods in jetbrains.buildServer.controllers.tests with parameters of type ResponsibilityEntry.RemoveMethod Modifier and Type Method Description voidBulkInvestigateBean. 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.RemoveMethodResponsibilityEntry.RemoveMethod. from(String methodString)Returns the enum constant of RemoveMethod with the specified name in lowercase.ResponsibilityEntry.RemoveMethodResponsibilityEntry. getRemoveMethod()Returns the remove method.static ResponsibilityEntry.RemoveMethodResponsibilityEntry.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 BuildTypeResponsibilityEntryResponsibilityEntryFactory. createEntry(BuildType buildType, ResponsibilityEntry.State state, User responsible, User reporter, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod)Returns new build type responsibility entry.static TestNameResponsibilityEntryResponsibilityEntryFactory. 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.voidResponsibilityEntryEx. 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.RemoveMethodResponsibilityInfo. myRemoveMethodMethods in jetbrains.buildServer.serverSide that return ResponsibilityEntry.RemoveMethod Modifier and Type Method Description ResponsibilityEntry.RemoveMethodResponsibilityInfo. getRemoveMethod()ResponsibilityEntry.RemoveMethodResponsibilityInfoData. 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 ResponsibilityEntryAssertResponsibilityEntryAssert. hasRemoveMethod(ResponsibilityEntry.RemoveMethod expected)ResponsibilityEntryAssertResponsibilityEntryAssert. 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 ResponsibilityEntryExBaseServerTestCase. createRespEntry(ResponsibilityEntry.State state, SUser user, ResponsibilityEntry.RemoveMethod removeMethod)protected voidBaseServerTestCase. 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.RemoveMethodTestResponsibilityData. 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)
-